Skip to content

Commit

Permalink
Use newer version of checkout action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Apr 16, 2024
1 parent 021dced commit 963cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [macos-latest] #, ubuntu-latest (libzip too old), windows-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: install dependencies (macOS)
if: ${{ runner.os == 'macOS' }}
Expand Down

0 comments on commit 963cbaf

Please sign in to comment.