From a21065d98b9fffe124738110c324357ec94e16c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:33:37 +0000 Subject: [PATCH] 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/deploy-ci-json.yml | 2 +- .github/workflows/deploy-fe.yml | 4 ++-- .github/workflows/deploy-storybook-on-demand.yml | 2 +- .github/workflows/deploy-storybook.yml | 2 +- .github/workflows/deploy-test-crawler.yml | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy-ci-json.yml b/.github/workflows/deploy-ci-json.yml index b704a8d46..aab178c5b 100644 --- a/.github/workflows/deploy-ci-json.yml +++ b/.github/workflows/deploy-ci-json.yml @@ -10,7 +10,7 @@ jobs: steps: # Checkout the repository. - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.GH_TOKEN }} id: checkout diff --git a/.github/workflows/deploy-fe.yml b/.github/workflows/deploy-fe.yml index 731eeec69..c668ecfea 100644 --- a/.github/workflows/deploy-fe.yml +++ b/.github/workflows/deploy-fe.yml @@ -27,7 +27,7 @@ jobs: # # Checkout the repository. # - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 id: checkout # @@ -95,7 +95,7 @@ jobs: # # Checkout the repository. # - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 id: checkout # diff --git a/.github/workflows/deploy-storybook-on-demand.yml b/.github/workflows/deploy-storybook-on-demand.yml index ddd3e2043..a02dcf0f4 100644 --- a/.github/workflows/deploy-storybook-on-demand.yml +++ b/.github/workflows/deploy-storybook-on-demand.yml @@ -69,7 +69,7 @@ jobs: # Checkout the repository. # - name: Checkout project - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ env.GITHUB_PR_HEAD_SHA }} diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index d885dff77..af5ec12eb 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -23,7 +23,7 @@ jobs: # # Checkout the repository. # - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 id: checkout # diff --git a/.github/workflows/deploy-test-crawler.yml b/.github/workflows/deploy-test-crawler.yml index 6d2d0a985..132138df9 100644 --- a/.github/workflows/deploy-test-crawler.yml +++ b/.github/workflows/deploy-test-crawler.yml @@ -12,7 +12,7 @@ jobs: steps: # Checkout the repository. - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Create date variable - name: Create Date Variable @@ -55,7 +55,7 @@ jobs: steps: # Checkout the repository. - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.GH_TOKEN }} id: checkout @@ -72,7 +72,7 @@ jobs: # Clone lotus repo into repo-to-crawl folder - name: Clone lotus repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: filecoin-project/lotus path: repo-to-crawl