From bd1925516de2ea1b623c8fd434c315dd6fb870ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:28:41 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [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/v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/add.yml | 2 +- .github/workflows/publish.yml | 4 ++-- .github/workflows/remove.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/add.yml b/.github/workflows/add.yml index 2611f0c..7f63b91 100644 --- a/.github/workflows/add.yml +++ b/.github/workflows/add.yml @@ -35,7 +35,7 @@ jobs: idx-checkout-path: idx-pages steps: - name: checkout index branch - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: path: ${{ env.idx-checkout-path }} ref: ${{ inputs.index-branch }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c7ffd3d..919af20 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,12 +20,12 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: gh-pages # write index htmls into `simple` dir # jekyII should keep `simple` dir - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.idx-checkout-path }} path: simple diff --git a/.github/workflows/remove.yml b/.github/workflows/remove.yml index e9cf153..de5da76 100644 --- a/.github/workflows/remove.yml +++ b/.github/workflows/remove.yml @@ -34,7 +34,7 @@ jobs: idx-checkout-path: index steps: - name: checkout index branch - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: path: ${{ env.idx-checkout-path }} ref: ${{ inputs.index-branch }}