Skip to content

Commit

Permalink
ci: Use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed May 3, 2024
1 parent 6f8b0c0 commit 60f03ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04

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

- name: Install dependencies
run: >-
Expand All @@ -43,7 +43,7 @@ jobs:
shell: msys2 {0}

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

- uses: msys2/setup-msys2@v2
with:
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: macos-11

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

- name: Install dependencies
run: >-
Expand Down

0 comments on commit 60f03ef

Please sign in to comment.