Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Nov 20, 2023
1 parent 641be01 commit d06414f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
lfs: true

Expand All @@ -25,7 +25,7 @@ jobs:
- name: Deploy
uses: reggionick/s3-deploy@v3
uses: reggionick/s3-deploy@v4
with:
folder: ./
bucket: data.sunpy.org
Expand Down

0 comments on commit d06414f

Please sign in to comment.