Skip to content

Commit 2210916

Browse files
Chore/updates (#21)
* chore(setup-go): v4 -> v5 * chore(yq): v4.35.2 -> 4.40.4
1 parent e9c8178 commit 2210916

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/argocd-tags-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Install yq
4545
run: |
46-
wget https://github.com/mikefarah/yq/releases/download/v4.35.2/yq_linux_amd64 -O yq
46+
wget https://github.com/mikefarah/yq/releases/download/v4.40.4/yq_linux_amd64 -O yq
4747
chmod +x yq
4848
sudo mv yq /usr/bin/yq
4949

.github/workflows/publish-image-to-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Push Docker image to Docker Registry
99
runs-on: ubuntu-22.04
1010
steps:
11-
- uses: actions/setup-go@v4
11+
- uses: actions/setup-go@v5
1212
with:
1313
go-version: '1.21.1'
1414
- run: go version

.github/workflows/publish-metacontroller-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-22.04
2424
environment: ${{ inputs.GLUEOPS_ENV }}
2525
steps:
26-
- uses: actions/setup-go@v4
26+
- uses: actions/setup-go@v5
2727
with:
2828
go-version: '1.21.1'
2929
- run: go version

0 commit comments

Comments
 (0)