diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 52049ce..c8b6c53 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@v6 + uses: actions/checkout@v7 with: ref: "refs/pull/${{ github.event.issue.number }}/head" diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index 88c0391..af44a80 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@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/pr-metadata.yml b/.github/workflows/pr-metadata.yml index dfb1321..843dda1 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@v6 + uses: actions/checkout@v7 - id: Metadata name: Gather Pull Request Metadata diff --git a/.github/workflows/sanity-tests.yaml b/.github/workflows/sanity-tests.yaml index 3b9edf9..9322cc2 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@v6 + uses: actions/checkout@v7 with: ref: "refs/pull/${{ steps.pr_nr.outputs.PR_NR }}/head"