diff --git a/.github/workflows/1_create_release_pr.yml b/.github/workflows/1_create_release_pr.yml index 83a7fe9e..05e9536f 100644 --- a/.github/workflows/1_create_release_pr.yml +++ b/.github/workflows/1_create_release_pr.yml @@ -20,7 +20,7 @@ jobs: uses: cylc/release-actions/stage-1/sanitize-inputs@v1 - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ env.BASE_REF }} fetch-depth: 0 # need to fetch all commits to check contributors diff --git a/.github/workflows/2_auto_publish_release.yml b/.github/workflows/2_auto_publish_release.yml index 9f135497..f54db934 100644 --- a/.github/workflows/2_auto_publish_release.yml +++ b/.github/workflows/2_auto_publish_release.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ env.MERGE_SHA }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b049470..146c7743 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: python: '3.7' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v4 diff --git a/.github/workflows/shortlog.yml b/.github/workflows/shortlog.yml index ee11d89a..ea157a9a 100644 --- a/.github/workflows/shortlog.yml +++ b/.github/workflows/shortlog.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 # need to fetch all commits to check contributors diff --git a/.github/workflows/update_copyright.yml b/.github/workflows/update_copyright.yml index 7bfaefca..bcba64a9 100644 --- a/.github/workflows/update_copyright.yml +++ b/.github/workflows/update_copyright.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Configure git uses: cylc/release-actions/configure-git@v1 diff --git a/.github/workflows/update_ui.yml b/.github/workflows/update_ui.yml index 58457037..062c95fc 100644 --- a/.github/workflows/update_ui.yml +++ b/.github/workflows/update_ui.yml @@ -19,7 +19,7 @@ jobs: steps: - name: checkout cylc-uiserver - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Configure git uses: cylc/release-actions/configure-git@v1