Skip to content

Commit

Permalink
ci: Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jan 25, 2024
1 parent 6bbc28d commit b011990
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
config: ${{ steps.filter.outputs.config }}
docker: ${{ steps.filter.outputs.docker }}
steps:
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -36,8 +36,8 @@ jobs:
needs:
- changes
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.19.0"
- uses: golangci/golangci-lint-action@v3
Expand Down Expand Up @@ -71,8 +71,8 @@ jobs:
- changes
- lint
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.19.0"
- run: make build
Expand All @@ -88,8 +88,8 @@ jobs:
- lint
- build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.19.0"
- run: |
Expand Down

0 comments on commit b011990

Please sign in to comment.