Skip to content

Commit 9e35e77

Browse files
committed
Specify version for slsactl installation
1 parent 2220271 commit 9e35e77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ jobs:
8181

8282
- name: Install Cosign
8383
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
84-
- uses: rancherlabs/slsactl/actions/install-slsactl@43385ab2deb538998c480617f2939c5ddc7067ab # v0.0.14
84+
- uses: rancherlabs/slsactl/actions/install-slsactl@2539cebd3fe5c291e5431f042e225c5b65850f50 # v0.1.1
85+
with:
86+
version: v0.1.1
8587

8688
- name: "Read Vault Secrets"
8789
uses: rancher-eio/read-vault-secrets@main

0 commit comments

Comments
 (0)