Skip to content

Commit

Permalink
ci: Update action for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed May 12, 2024
1 parent 1d13e36 commit bd49f2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
config: ${{ steps.filter.outputs.config }}
docker: ${{ steps.filter.outputs.docker }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
Expand All @@ -37,7 +37,7 @@ jobs:
needs:
- changes
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.22.0"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- changes
- lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.22.0"
Expand All @@ -90,7 +90,7 @@ jobs:
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.22.0"
Expand All @@ -105,7 +105,7 @@ jobs:
- changes
- lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.22.0"
Expand Down

0 comments on commit bd49f2a

Please sign in to comment.