Skip to content

Commit 610a43c

Browse files
Upgrade pinned versions
1 parent a2fd900 commit 610a43c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on_demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
demo: ${{ fromJSON(needs.changes.outputs.demos) }}
7171
steps:
7272
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
73-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5.0
73+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0.0
7474
with:
7575
go-version: "1.24"
7676
check-latest: true

flannel/kube-flannel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spec:
144144
- name: cni-plugin
145145
mountPath: /opt/cni/bin
146146
- name: install-cni
147-
image: ghcr.io/flannel-io/flannel:v0.27.2
147+
image: ghcr.io/flannel-io/flannel:v0.27.3
148148
command:
149149
- cp
150150
args:
@@ -158,7 +158,7 @@ spec:
158158
mountPath: /etc/kube-flannel/
159159
containers:
160160
- name: kube-flannel
161-
image: ghcr.io/flannel-io/flannel:v0.27.2
161+
image: ghcr.io/flannel-io/flannel:v0.27.3
162162
command:
163163
- /opt/bin/flanneld
164164
args:

0 commit comments

Comments
 (0)