Skip to content

Commit 0848e0a

Browse files
chore(deps): update gh actions (#245)
| datasource | package | from | to | | ----------- | ----------------------------- | ------ | ------ | | github-tags | actions/setup-node | v4.0.4 | v6.0.0 | | github-tags | golangci/golangci-lint-action | v8.0.0 | v9.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: Nick Moore <[email protected]>
1 parent 596b351 commit 0848e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

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

3333
- name: Run golangci-lint
34-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
34+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
3535
with:
3636
args: --timeout=5m
3737
install-mode: "goinstall"
@@ -169,7 +169,7 @@ jobs:
169169
persist-credentials: false
170170

171171
- name: Setup Node.js
172-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.4
172+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
173173
with:
174174
node-version: "25"
175175
package-manager-cache: false

0 commit comments

Comments
 (0)