mirror of
https://github.com/actions/checkout.git
synced 2025-12-16 07:19:24 +00:00
update action workflows to use checkout@v4
This commit is contained in:
2
.github/workflows/update-main-version.yml
vendored
2
.github/workflows/update-main-version.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
tag:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Git config
|
||||
|
||||
Reference in New Issue
Block a user