Skip to content

Commit

Permalink
update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jstritch committed Sep 5, 2023
1 parent 441e75d commit 9935e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
- run: git annex help
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: jstritch/setup-git-annex@v1
- run: git annex help
```

0 comments on commit 9935e1c

Please sign in to comment.