Skip to content

Commit

Permalink
fix: pin skaffold version and change installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Jan 18, 2024
1 parent a319ee0 commit 80902c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: Setup Skaffold
run: curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64 && sudo install skaffold /usr/local/bin/
run: curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.9.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 80902c6

Please sign in to comment.