mirror of
https://gitea.com/actions/checkout.git
synced 2024-11-08 16:01:35 +01:00
Update actions/checkout
version in update-main-version.yml
(#1650)
This commit is contained in:
parent
9bb56186c3
commit
8410ad0602
1 changed files with 4 additions and 1 deletions
5
.github/workflows/update-main-version.yml
vendored
5
.github/workflows/update-main-version.yml
vendored
|
@ -19,7 +19,10 @@ jobs:
|
||||||
tag:
|
tag:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
# Note this update workflow can also be used as a rollback tool.
|
||||||
|
# For that reason, it's best to pin `actions/checkout` to a known, stable version
|
||||||
|
# (typically, about two releases back).
|
||||||
|
- uses: actions/checkout@v4.1.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Git config
|
- name: Git config
|
||||||
|
|
Loading…
Reference in a new issue