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