Skip to content

Commit

Permalink
ci: Update to actions/checkout@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Sep 26, 2023
1 parent 96d1215 commit fe47cfd
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 @@ -14,7 +14,7 @@ jobs:
os: [macos-11, macos-12, ubuntu-20.04, ubuntu-22.04]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install gdbm-compat
run: |
Expand Down

0 comments on commit fe47cfd

Please sign in to comment.