Skip to content

Commit

Permalink
build(deps-dev): bump versions in tests workflow
Browse files Browse the repository at this point in the history
Leaving linting alone for the time being
  • Loading branch information
onematchfox committed Nov 4, 2023
1 parent 0f2c72c commit e2b247b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
id: go
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
argocd_version: ["v2.6.15", "v2.7.14", "v2.8.3"]
steps:
- name: Check out code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
Expand All @@ -64,9 +64,9 @@ jobs:
curl -sL "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
chmod +x ./kustomize
- name: Install Kind 0.11.1
- name: Install Kind 0.20.0
run: |
curl -sLo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-$(uname)-amd64
curl -sLo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-$(uname)-amd64
chmod +x ./kind
- name: Set up ArgoCD ${{ matrix.argocd_version }}
Expand Down

0 comments on commit e2b247b

Please sign in to comment.