Skip to content

Commit c8df201

Browse files
chore: Update actions/setup-go digest to 4dc6199 (#348)
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>
1 parent 39c238b commit c8df201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222
with:
2323
persist-credentials: false
24-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
24+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2525
with:
2626
go-version-file: go.mod
2727
- run: |
@@ -84,7 +84,7 @@ jobs:
8484
8585
exit 1
8686
fi
87-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
87+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
8888
with:
8989
go-version-file: go.mod
9090
cache: false # Recommended by golangci-lint, undocumented why.

0 commit comments

Comments
 (0)