Skip to content

Commit

Permalink
CI: upgrade actions/checkout to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Jan 26, 2024
1 parent d762422 commit 271f8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- ubuntu-22.04
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: run shellcheck
run: |
shellcheck ssh-add
Expand Down

0 comments on commit 271f8f8

Please sign in to comment.