Skip to content

Commit da82b94

Browse files
Merge pull request #82 from cert-manager/renovate/misc-github-actions
chore(deps): update misc github actions
2 parents 52a67f6 + bae9f89 commit da82b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
id-token: write # needed for keyless signing
1717

1818
steps:
19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020

2121
- id: go-version
2222
run: |
2323
make print-go-version >> "$GITHUB_OUTPUT"
2424
25-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
25+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2626
with:
2727
go-version: ${{ steps.go-version.outputs.result }}
2828

0 commit comments

Comments
 (0)