We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff47a3 commit a2d1881Copy full SHA for a2d1881
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
cd $GITHUB_WORKSPACE
37
# Checks out a copy of the repo.
38
- name: Check out code
39
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
40
with:
41
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
42
- name: Set up tools
0 commit comments