From 3b15573b12de21959abfe44e1fee37777589ed27 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Apr 2022 19:31:40 +0000 Subject: [PATCH] Update actions/checkout action to v3.0.1 --- .github/workflows/rebase.yml | 2 +- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 602aff3..cb7dae2 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 with: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 67a046e..1d374dd 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -8,7 +8,7 @@ jobs: update-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 with: fetch-depth: 0 - name: Sync release version. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0642677..1986f09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.1 - name: Run test id: branch-name uses: ./ diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 0ba4abd..b90aa31 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 with: fetch-depth: 0