Skip to content

Commit 8410ad0

Browse files
authored
Update actions/checkout version in update-main-version.yml (#1650)
1 parent 9bb5618 commit 8410ad0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-main-version.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
tag:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
# Note this update workflow can also be used as a rollback tool.
23+
# For that reason, it's best to pin `actions/checkout` to a known, stable version
24+
# (typically, about two releases back).
25+
- uses: actions/[email protected]
2326
with:
2427
fetch-depth: 0
2528
- name: Git config

0 commit comments

Comments
 (0)