Skip to content

Commit

Permalink
Merge pull request #105 from datawire/rlane/update-actions
Browse files Browse the repository at this point in the history
Update github actions
  • Loading branch information
rick-a-lane-ii authored Oct 17, 2024
2 parents 7a3dbdf + 83f7fd4 commit 7eb099f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-runner-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
WEBHOOK_TOKEN: FAKE_TOKEN
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
GKE_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
steps:
- uses: actions/checkout@v4
- uses: Azure/setup-kubectl@v3
- uses: Azure/setup-kubectl@v4
- uses: ./provision-cluster
with:
distribution: GKE
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
KUBECEPTION_TOKEN: ${{ secrets.KUBECEPTION_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: Azure/setup-kubectl@v3
- uses: Azure/setup-kubectl@v4
- uses: ./provision-cluster
with:
distribution: Kubeception
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
GKE_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
steps:
- name: Kubectl tool installer
uses: Azure/setup-kubectl@v3
uses: Azure/setup-kubectl@v4
- id: provision
uses: datawire/infra-actions/[email protected]
with:
Expand All @@ -46,7 +46,7 @@ jobs:
KUBECEPTION_TOKEN: ${{ secrets.KUBECEPTION_TOKEN }}
steps:
- name: Kubectl tool installer
uses: Azure/setup-kubectl@v3
uses: Azure/setup-kubectl@v4
- id: provision
uses: datawire/infra-actions/[email protected]
with:
Expand Down

0 comments on commit 7eb099f

Please sign in to comment.