mirror of
https://github.com/Cockatrice/Magic-Token.git
synced 2026-04-25 15:27:03 -05:00
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
b8181c9464
commit
33dddfaccd
2
.github/workflows/check_links.yml
vendored
2
.github/workflows/check_links.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Restore cache
|
# Restore cache
|
||||||
- name: Restore lychee cache
|
- name: Restore lychee cache
|
||||||
|
|
|
||||||
2
.github/workflows/updateversion.yml
vendored
2
.github/workflows/updateversion.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
echo "::set-output name=upstream::$UPSTREAM"
|
echo "::set-output name=upstream::$UPSTREAM"
|
||||||
|
|
||||||
- name: Checkout pull request
|
- name: Checkout pull request
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
repository: ${{steps.configure.outputs.name}}
|
repository: ${{steps.configure.outputs.name}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user