From 1abdf5c9b5f188caa3025bc2af89ea088b0da343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 18:52:09 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/retire.yml | 2 +- .github/workflows/website.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/retire.yml b/.github/workflows/retire.yml index a45ca80..9145c81 100644 --- a/.github/workflows/retire.yml +++ b/.github/workflows/retire.yml @@ -58,7 +58,7 @@ jobs: echo "${PID}.yaml already exists!" exit 1 fi - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Ruby diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 7bf4b24..44cc6e9 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -34,19 +34,19 @@ jobs: steps: - name: 🗂 Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 - name: 🗂 Checkout asf-site branch with minimum depth (main only) if: ${{ (github.head_ref || github.ref_name) == 'main' }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0 with: ref: asf-site fetch-depth: 1 path: asf-site - name: 🗂 Checkout cwiki-retired branch with minimum depth (main only) if: ${{ (github.head_ref || github.ref_name) == 'main' }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0 with: ref: cwiki-retired fetch-depth: 1 From 427b2a348565c762bab580fe69c6c11a51fbc8c4 Mon Sep 17 00:00:00 2001 From: Sebb Date: Sun, 21 Jun 2026 20:21:55 +0100 Subject: [PATCH 2/2] Update checkout action version in retire.yml --- .github/workflows/retire.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/retire.yml b/.github/workflows/retire.yml index 9145c81..a43d2cd 100644 --- a/.github/workflows/retire.yml +++ b/.github/workflows/retire.yml @@ -58,7 +58,7 @@ jobs: echo "${PID}.yaml already exists!" exit 1 fi - - uses: actions/checkout@v7 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Ruby