Skip to content

Commit

Permalink
update actions/checkout@v3 to actions/checkout@v4 for ubuntu-20.04/22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SunBeau committed Apr 12, 2024
1 parent c53dc76 commit 8258f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false

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

- name: Intall Deps
run: |
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false

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

- name: Intall Deps
run: |
Expand Down

0 comments on commit 8258f31

Please sign in to comment.