Skip to content

Commit

Permalink
github: Use actions/checkout@v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Apr 19, 2023
1 parent b7af318 commit cba3438
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 @@ -7,7 +7,7 @@ jobs:
ubuntu-22_04:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: apt-update
Expand All @@ -22,7 +22,7 @@ jobs:
ubuntu-20_04:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: apt-update
Expand Down

0 comments on commit cba3438

Please sign in to comment.