Skip to content

Commit

Permalink
Merge pull request #536 from traPtitech/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions-deps-af69902cd1

⬆️ Bump the actions-deps group with 2 updates
  • Loading branch information
iChemy authored May 31, 2024
2 parents 46d8ae9 + 3375edd commit 895a5bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: go mod download
Expand All @@ -26,7 +26,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: go test -v $(go list ./... | grep -v "/infra/")
Expand All @@ -37,7 +37,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Run repository tests
Expand All @@ -50,7 +50,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v5
with:
version: latest
args: "--timeout=5m"
Expand Down

0 comments on commit 895a5bc

Please sign in to comment.