Skip to content

Commit 4b09d4a

Browse files
renovate[bot]rolinh
authored andcommitted
chore(deps): update all github action dependencies
Signed-off-by: renovate[bot] <[email protected]>
1 parent dfb3076 commit 4b09d4a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ concurrency:
1717

1818
env:
1919
# renovate: datasource=github-releases depName=helm/helm
20-
HELM_VERSION: v3.19.1
20+
HELM_VERSION: v3.19.2
2121
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
2222
KIND_VERSION: v0.30.0
2323
KIND_CONFIG: .github/kind-config.yaml
2424
# renovate: datasource=github-releases depName=cilium/cilium
25-
CILIUM_VERSION: v1.18.3
25+
CILIUM_VERSION: v1.18.4
2626
CILIUM_VALUES: .github/cilium-values.yaml
2727

2828
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 20
3232
steps:
3333
- name: Checkout the repository
34-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3535
- name: Setup go
3636
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3737
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818
- name: Generate artifacts
1919
run: make release
2020
- name: Create Release

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
unit-test:
2020
runs-on: ubuntu-24.04
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2424
with:
2525
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)