Skip to content

Commit b5293eb

Browse files
authored
Merge pull request #2 from BackendStack21/dependabot/github_actions/github-actions-0f6519f719
ci(deps): bump the github-actions group with 5 updates
2 parents 763bef7 + 2067b99 commit b5293eb

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Build & Test
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v7
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version-file: go.mod
2222
cache: true
@@ -34,7 +34,7 @@ jobs:
3434
run: go tool cover -func=coverage.out | tail -1
3535

3636
- name: Upload coverage profile
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v7
3838
with:
3939
name: coverage
4040
path: coverage.out
@@ -43,15 +43,15 @@ jobs:
4343
name: Lint
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v7
4747

4848
- name: Set up Go
49-
uses: actions/setup-go@v5
49+
uses: actions/setup-go@v6
5050
with:
5151
go-version-file: go.mod
5252
cache: true
5353

5454
- name: golangci-lint
55-
uses: golangci/golangci-lint-action@v7
55+
uses: golangci/golangci-lint-action@v9
5656
with:
5757
version: v2.5.0

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
name: GoReleaser
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v5
21+
uses: actions/setup-go@v6
2222
with:
2323
go-version-file: go.mod
2424
cache: true
2525

2626
- name: Run GoReleaser
27-
uses: goreleaser/goreleaser-action@v6
27+
uses: goreleaser/goreleaser-action@v7
2828
with:
2929
distribution: goreleaser
3030
version: '~> v2'

0 commit comments

Comments
 (0)