Skip to content

Commit 559403d

Browse files
chore(deps): pin dependencies (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e809999 commit 559403d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "BIN_PATH=${BIN_PATH}" >> $GITHUB_ENV
9191
9292
- name: Upload artifact to release
93-
uses: softprops/action-gh-release@v2
93+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
9494
with:
9595
tag_name: ${{ github.ref_name }}
9696
files: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go-version: '1.25'
4444

4545
- name: Install kubectl
46-
uses: azure/setup-kubectl@v4
46+
uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4
4747
with:
4848
version: 'v1.29.0' # any modern kubectl compatible with k3d's default
4949

0 commit comments

Comments
 (0)