Skip to content

Commit

Permalink
Upgrade checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Aug 20, 2024
1 parent a52ced1 commit 2126c1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
Expand All @@ -32,7 +32,7 @@ jobs:
matrix:
dir: ${{fromJson(needs.diff.outputs.matrix)}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: "^1.12.1"
Expand All @@ -51,7 +51,7 @@ jobs:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: "^1.12.1"
Expand Down

0 comments on commit 2126c1c

Please sign in to comment.