From d8b4904c58c0cffdd3d39eb70c537f159341e691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:08:10 +0000 Subject: [PATCH] fix(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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/crawl.yml | 2 +- .github/workflows/crawl_all.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crawl.yml b/.github/workflows/crawl.yml index ca89e6ea..d9e1ec98 100644 --- a/.github/workflows/crawl.yml +++ b/.github/workflows/crawl.yml @@ -14,7 +14,7 @@ jobs: TZ: Asia/Tokyo GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: main fetch-depth: 100 diff --git a/.github/workflows/crawl_all.yml b/.github/workflows/crawl_all.yml index 4de552b0..ca475fb8 100644 --- a/.github/workflows/crawl_all.yml +++ b/.github/workflows/crawl_all.yml @@ -11,7 +11,7 @@ jobs: TZ: Asia/Tokyo GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: main fetch-depth: 100