Skip to content

Commit 9f5f5c9

Browse files
[skip-release] Update github-actions (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 855e0f9 commit 9f5f5c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
lint-test:
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1111

1212
- name: Set up Go
13-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
13+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1414
with:
1515
go-version-file: "go.mod"
1616

@@ -23,7 +23,7 @@ jobs:
2323
fi
2424
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
26+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9
2727
with:
2828
version: latest
2929

0 commit comments

Comments
 (0)