Pin actions/checkout's own workflows to a known, good, stable version.

This commit is contained in:
John Wesley Walker III 2024-06-12 15:50:10 +00:00
parent b17fe1e4d5
commit 64c7eac3cb
5 changed files with 11 additions and 11 deletions

View file

@ -22,7 +22,7 @@ jobs:
# 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
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- name: Git config