mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
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:
parent
a2cb3055e0
commit
0e1c90e177
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -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
|
||||||
|
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -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:
|
||||||
|
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user