Skip to content

Commit 2de748e

Browse files
committed
Forgot to update this...
1 parent 12bf108 commit 2de748e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ env:
114114
IMAGE_REGISTRY: ${{ inputs.REGISTRY }}
115115
IMAGE_PATH: ${{ inputs.image-path }}
116116
SIGNING_ENABLED: ${{ (secrets.SIGNING_SECRET != null && secrets.SIGNING_SECRET != '') || inputs.KMS_KEY_ALIAS != '' }}
117-
INTERNAL_ACTIONS_REF: v10
117+
INTERNAL_ACTIONS_REF: v11
118118

119119
concurrency:
120120
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.image-name }}

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ on:
8888
required: false
8989

9090
env:
91-
INTERNAL_ACTIONS_REF: v10
91+
INTERNAL_ACTIONS_REF: v11
9292

9393
jobs:
9494
generate_matrix:

0 commit comments

Comments
 (0)