Skip to content

Commit

Permalink
Update checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicoelhopedro committed Feb 10, 2024
1 parent 2f6587a commit 0795e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pawn-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
shell: ${{ matrix.config.shell }}
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare Windows with MSYS2
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
needs: build
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
Expand Down

0 comments on commit 0795e24

Please sign in to comment.