Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
# https://github.com/actions/checkout
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: '${{ inputs.ref }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# https://github.com/actions/checkout
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: '${{ inputs.ref }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# https://github.com/actions/checkout
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

# Necessary if testing locally with 'act'
# https://github.com/nektos/act
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# Checkout a repository, so the workflow can access it
# https://github.com/actions/checkout
-
uses: actions/checkout@v5
uses: actions/checkout@v6

-
name: Launch the application
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# https://github.com/actions/checkout
-
name: Checkout repository (no ref input)
uses: actions/checkout@v5
uses: actions/checkout@v6
if: ${{ inputs.ref == '' }}
with:
# Full git history is needed to get a proper
Expand All @@ -64,7 +64,7 @@ jobs:

-
name: Checkout repository (with ref input)
uses: actions/checkout@v5
uses: actions/checkout@v6
if: ${{ inputs.ref != '' }}
with:
ref: '${{ inputs.ref }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# https://github.com/actions/checkout
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

# Create and boot a builder that can be used in the following steps of
# the workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/read-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# https://github.com/actions/checkout
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

# Setting output parameters between steps, jobs and/or workflows
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
Expand Down