Skip to content

Commit

Permalink
Bump checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
yarrick committed Dec 1, 2023
1 parent 9363dcd commit 946fb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Install check
run: sudo apt-get install check
Expand All @@ -26,7 +26,7 @@ jobs:
# runs-on: macos-latest
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
#
# - name: Install check
# run: brew install check
Expand Down

0 comments on commit 946fb2e

Please sign in to comment.