diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 314d552b..302190ed 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -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 }}' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b4c9926..c263feda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}' diff --git a/.github/workflows/clean-cache.yml b/.github/workflows/clean-cache.yml index 779c277c..4f53956f 100644 --- a/.github/workflows/clean-cache.yml +++ b/.github/workflows/clean-cache.yml @@ -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 diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 9d406869..ad3f5c70 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -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 diff --git a/.github/workflows/lint-files.yml b/.github/workflows/lint-files.yml index f1709979..9485c443 100644 --- a/.github/workflows/lint-files.yml +++ b/.github/workflows/lint-files.yml @@ -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 @@ -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 }}' diff --git a/.github/workflows/lint-images.yml b/.github/workflows/lint-images.yml index 201ea3c7..e24be863 100644 --- a/.github/workflows/lint-images.yml +++ b/.github/workflows/lint-images.yml @@ -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 diff --git a/.github/workflows/read-matrix.yml b/.github/workflows/read-matrix.yml index b5b593a9..2a473989 100644 --- a/.github/workflows/read-matrix.yml +++ b/.github/workflows/read-matrix.yml @@ -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