Skip to content

Commit

Permalink
Update checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
finwo committed Feb 29, 2024
1 parent fefd964 commit 6d68972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cc: clang
bin: palloc-test.exe
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- shell: bash
run: |
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

steps:

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

- uses: finwo/dep@main
name: Install dep
Expand Down

0 comments on commit 6d68972

Please sign in to comment.