From d97af109c7393f1826ed830f04eb8a5497f4e82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:52:16 +0000 Subject: [PATCH] Bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a43d2cd3..2978c4d9 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Ruby diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 15f8bb91..6168b0c2 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -34,19 +34,19 @@ jobs: steps: - name: 🗂 Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 7.0.1 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 7.0.1 with: ref: cwiki-retired fetch-depth: 1