From 6fe501dc15df178330e187a4085cdca9aabeee58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 09:24:38 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/add.yml | 2 +- .github/workflows/remove.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add.yml b/.github/workflows/add.yml index 2611f0c..068af3c 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@v4 with: path: ${{ env.idx-checkout-path }} ref: ${{ inputs.index-branch }} diff --git a/.github/workflows/remove.yml b/.github/workflows/remove.yml index e9cf153..af1cbfc 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@v4 with: path: ${{ env.idx-checkout-path }} ref: ${{ inputs.index-branch }}