diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 3d88f8f8..0c2a119d 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -21,7 +21,7 @@ jobs: && contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association) steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.issue.number }}/head" diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index c137525b..88c03919 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Repository checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/pr-metadata.yml b/.github/workflows/pr-metadata.yml index 23f7f2f2..a0fd4097 100644 --- a/.github/workflows/pr-metadata.yml +++ b/.github/workflows/pr-metadata.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Repository checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - id: Metadata name: Gather Pull Request Metadata diff --git a/.github/workflows/sanity-tests.yaml b/.github/workflows/sanity-tests.yaml index 2446e3eb..3b9edf9b 100644 --- a/.github/workflows/sanity-tests.yaml +++ b/.github/workflows/sanity-tests.yaml @@ -21,7 +21,7 @@ jobs: echo "PR_NR=${PR_URL##*/}" >> $GITHUB_OUTPUT - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ steps.pr_nr.outputs.PR_NR }}/head"