Skip to content

Commit

Permalink
pinning to master does not work
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <kingdon@weave.works>
  • Loading branch information
Kingdon Barrett committed Jul 20, 2023
1 parent 6134207 commit 3d63b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: npm run compile

- name: Setup Kubernetes
uses: engineerd/setup-kind@eb0371b1c9fd37b92d7474a26196f078514de7bf # pin@master
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # pin@v0.5.0
with:
version: v0.19.0
image: kindest/node:v1.27.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm install

- name: Setup Kubernetes
uses: engineerd/setup-kind@eb0371b1c9fd37b92d7474a26196f078514de7bf # pin@master
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # pin@v0.5.0
with:
version: v0.19.0
image: kindest/node:v1.27.3
Expand Down

0 comments on commit 3d63b01

Please sign in to comment.