chore(deps): bump actions/checkout from 3 to 4 (#1628)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-11 00:26:05 +10:00 committed by GitHub
parent a2cb3055e0
commit 0e1c90e177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ jobs:
working-directory: docs/ working-directory: docs/
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
# fetch all commits to get last updated time or other git log info # fetch all commits to get last updated time or other git log info
fetch-depth: 0 fetch-depth: 0

View File

@ -13,7 +13,7 @@ jobs:
asdf: asdf:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v2 - uses: asdf-vm/actions/install@v2
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
@ -24,7 +24,7 @@ jobs:
actions: actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Check workflow files - name: Check workflow files
uses: docker://rhysd/actionlint:1.6.24 uses: docker://rhysd/actionlint:1.6.24
with: with:

View File

@ -16,7 +16,7 @@ jobs:
documentation: ${{ steps.filter.outputs.documentation }} documentation: ${{ steps.filter.outputs.documentation }}
cli: ${{ steps.filter.outputs.cli }} cli: ${{ steps.filter.outputs.cli }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: dorny/paths-filter@v2 - uses: dorny/paths-filter@v2
@ -44,7 +44,7 @@ jobs:
if: ${{ needs.detect-changes.outputs.cli == 'true' }} if: ${{ needs.detect-changes.outputs.cli == 'true' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- run: scripts/install_dependencies.bash - run: scripts/install_dependencies.bash
@ -59,7 +59,7 @@ jobs:
if: ${{ needs.detect-changes.outputs.cli == 'true' }} if: ${{ needs.detect-changes.outputs.cli == 'true' }}
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- run: scripts/install_dependencies.bash - run: scripts/install_dependencies.bash
@ -75,7 +75,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' && needs.detect-changes.outputs.documentation == 'true' }} if: ${{ github.event_name == 'pull_request' && needs.detect-changes.outputs.documentation == 'true' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
# fetch all commits to get git log info for Vuepress # fetch all commits to get git log info for Vuepress
fetch-depth: 0 fetch-depth: 0