Skip to content

Commit 95c344c

Browse files
chore(deps): update all github action dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eda278c commit 95c344c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-envoy-image-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
restore-keys: docker-cache-main
3838

3939
- name: Login to quay.io
40-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
40+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4141
with:
4242
registry: quay.io
4343
username: ${{ secrets.QUAY_ENVOY_USERNAME_DEV }}

.github/workflows/build-envoy-images-release-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
4141

4242
- name: Login to quay.io
43-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
43+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4444
with:
4545
registry: quay.io
4646
username: ${{ secrets.QUAY_ENVOY_USERNAME }}
@@ -104,7 +104,7 @@ jobs:
104104
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
105105

106106
- name: Login to quay.io
107-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
107+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
108108
with:
109109
registry: quay.io
110110
username: ${{ secrets.QUAY_ENVOY_USERNAME }}

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2222
with:
2323
# renovate: datasource=golang-version depName=go
24-
go-version: 1.25.8
24+
go-version: 1.25.9
2525
- name: Checkout code
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
with:

.github/workflows/cilium-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
100100
with:
101101
# renovate: datasource=golang-version depName=go
102-
go-version: 1.25.8
102+
go-version: 1.25.9
103103

104104
- name: Redirect proxy module
105105
shell: bash

0 commit comments

Comments
 (0)