Skip to content

Commit 26d9973

Browse files
chore(deps): update everything
1 parent ba4bd6b commit 26d9973

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/changelog.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- id: release-please
20-
uses: GoogleCloudPlatform/release-please-action@v3
20+
uses: GoogleCloudPlatform/release-please-action@v4
2121
with:
2222
command: manifest
2323
package-name: opa-plugin

.github/workflows/commitlint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
12-
- uses: wagoid/commitlint-github-action@v5
12+
- uses: wagoid/commitlint-github-action@v6

.github/workflows/go-lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
uses: actions/checkout@v4
1919

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

2525
- name: Run GolangCI-Lint Scanner
26-
uses: golangci/golangci-lint-action@v3
26+
uses: golangci/golangci-lint-action@v6
2727
with:
2828
# Required: the version of golangci-lint is required and must be specified without patch version.
2929
version: v1.54.1

.github/workflows/go-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Set up Go
30-
uses: actions/setup-go@v4
30+
uses: actions/setup-go@v5
3131
with:
3232
go-version-file: go.mod
3333

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Authenticate to Google Cloud
3434
id: auth
35-
uses: google-github-actions/auth@v1
35+
uses: google-github-actions/auth@v2
3636
with:
3737
workload_identity_provider: projects/699926043561/locations/global/workloadIdentityPools/github-dev/providers/github-dev-provider
3838
service_account: [email protected]

0 commit comments

Comments
 (0)