Skip to content

Commit 3d2c7b6

Browse files
authored
Merge pull request #92 from wunderio/hotfix/gh-actions
Github actions checkout update
2 parents 5279ebc + 05eac00 commit 3d2c7b6

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
goos: [linux, darwin, windows]
1717
goarch: [amd64, arm64]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v5
2020
- uses: azure/setup-helm@v3
2121
with:
2222
version: 'v3.18.4'
@@ -39,7 +39,7 @@ jobs:
3939
goos: [linux, darwin, windows]
4040
goarch: [amd64, arm64]
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v5
4343
- name: Auth to GCP
4444
uses: google-github-actions/auth@v2
4545
with:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
goos: [linux, darwin, windows]
1717
goarch: [amd64, arm64]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: azure/setup-helm@v3
2121
with:
2222
version: 'v3.18.4'
@@ -38,7 +38,7 @@ jobs:
3838
goos: [linux, windows]
3939
goarch: [amd64, arm64]
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- name: Auth to GCP
4343
uses: google-github-actions/auth@v2
4444
with:
@@ -90,7 +90,7 @@ jobs:
9090
{org: "wunderio", repo: "simple-project-k8s", branch: "master"}
9191
]
9292
steps:
93-
- uses: actions/checkout@v4
93+
- uses: actions/checkout@v5
9494
- name: Validate released cli with ${{ matrix.project.REPO_NAME }}
9595
run: |
9696
REPO_NAME="${{ matrix.project.repo }}"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
goos: [linux, darwin, windows]
1717
goarch: [amd64, arm64]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v5
2020
- uses: azure/setup-helm@v3
2121
with:
2222
version: 'v3.18.4'
@@ -39,7 +39,7 @@ jobs:
3939
goos: [linux, darwin, windows]
4040
goarch: [amd64, arm64]
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v5
4343
- name: Auth to GCP
4444
uses: google-github-actions/auth@v2
4545
with:

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
silta
22
silta-cli
33
auth-test.sh
4-
tests/test-secret*
4+
tests/test-secret*
5+
.idea/
6+
.vscode/

0 commit comments

Comments
 (0)