Skip to content

Commit

Permalink
Revert to actions/checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Oct 6, 2022
1 parent 65c3a92 commit 4ba4e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:

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

# upload-artifact fails if the path does not exist (it only supports
# silent failure for no-files-found, but the path must exist), so
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:

steps:

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

- name: Fetch Linux coverage
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4ba4e03

Please sign in to comment.