chore(deps): bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7fbcb5e810
commit
9cedb187e8
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
string: ${{ github.event.repository.name }}
|
string: ${{ github.event.repository.name }}
|
||||||
|
|
||||||
- name: Checkout base
|
- name: Checkout base
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@ -126,7 +126,7 @@ jobs:
|
|||||||
string: ${{ github.event.repository.name }}
|
string: ${{ github.event.repository.name }}
|
||||||
|
|
||||||
- name: Checkout base
|
- name: Checkout base
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user