Skip to content

Commit e9b87ca

Browse files
authored
Merge pull request #4177 from akostadinov/216-workflows-backport
backport workflow fixes into 2.16 branch
2 parents dbbf5df + b95dc1c commit e9b87ca

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/container-image-buildah.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
type=ref,event=tag
5656
type=ref,event=pr
5757
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959

6060
- name: Build image
6161
id: build-image

.github/workflows/container-image-buildx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
workflow_call:
44
inputs:
55
platforms:
6+
type: string
67
description: comma-separated list of platforms to build for
78
default: linux/amd64,linux/s390x,linux/ppc64le
89

.github/workflows/fast-forward-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout branch
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
ref: ${{ inputs.ref }}
2020
fetch-depth: 0

0 commit comments

Comments
 (0)