Upgrade actions/checkout from v3 to v4
This commit is contained in:
parent
bd26d09564
commit
7b9ddb5033
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
name: Gather Environments
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Cache pip
|
||||
uses: actions/cache@v3
|
||||
@ -50,7 +50,7 @@ jobs:
|
||||
matrix:
|
||||
environment: ${{ fromJSON(needs.get_default_envs.outputs.environments) }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get tags
|
||||
run: git fetch --force --tags origin
|
||||
@ -115,7 +115,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build Changelog
|
||||
id: github_release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user