Skip to content

Commit

Permalink
Update github actions to non deprecated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed May 13, 2024
1 parent 0ea5f56 commit 831a25b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
# Clone the repository and checkout into the relevant branch
- name: Checkout RSE-Sheffield/RSE-Sheffield.github.io
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: RSE-Sheffield/RSE-Sheffield.github.io

Expand All @@ -57,7 +57,7 @@ jobs:

# Save HTML for later
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: _site/

Expand All @@ -73,4 +73,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 831a25b

Please sign in to comment.