Skip to content

Commit

Permalink
Use checkout v3 Github action to avoid warnings (#137)
Browse files Browse the repository at this point in the history
Resolves: #136

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Dec 11, 2023
1 parent 55b11f5 commit 6a639e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
os: ubuntu:devel
stable: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Show OS information
run: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- gcc
- clang
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Show OS information
run: |
Expand Down

0 comments on commit 6a639e2

Please sign in to comment.