Update actions/checkout version in update-main-version.yml (#1650)

This commit is contained in:
John Wesley Walker III 2024-03-12 12:39:30 +01:00 committed by GitHub
parent 9bb56186c3
commit 8410ad0602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,10 @@ jobs:
tag:
runs-on: ubuntu-latest
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:
fetch-depth: 0
- name: Git config