Skip to content

Commit

Permalink
Update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo authored Sep 13, 2024
1 parent e4e295f commit 0242ed3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
snapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: download snapshot
run: |
rm -Rf src bin docs
Expand All @@ -21,4 +21,3 @@ jobs:
git add .
git commit -m "R-multiverse snapshot ($(date +%F))"
git push

0 comments on commit 0242ed3

Please sign in to comment.