Skip to content

Commit 79d8320

Browse files
chore(deps): update all non-major dependencies (#111)
Co-authored-by: felix-renovate[bot] <143542247+felix-renovate[bot]@users.noreply.github.com>
1 parent 52c9191 commit 79d8320

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
go-version-file: go.mod
2424

25-
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
25+
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
2626

2727
# installed here to run lint on the .goreleaser.yml file:
2828
- name: Install GoReleaser
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
go-version-file: go.mod
4646

47-
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
47+
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
4848

4949
- name: Install GoReleaser
5050
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version-file: go.mod
3232
cache: false
3333

34-
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
34+
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
3535

3636
# installed here to run lint on the .goreleaser.yml file:
3737
- name: Install GoReleaser
@@ -74,7 +74,7 @@ jobs:
7474
install-only: true
7575

7676
- name: login to ghcr.io
77-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
77+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
7878
with:
7979
registry: ghcr.io
8080
username: ${{ github.actor }}

.github/workflows/validate-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
persist-credentials: false
1818

19-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
19+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2020
with:
2121
node-version: 20
2222

0 commit comments

Comments
 (0)