We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929ba5f commit 0a47fe2Copy full SHA for 0a47fe2
2 files changed
.github/workflows/docs.yaml
@@ -30,7 +30,7 @@ jobs:
30
# Add any other refs you want to build docs for here
31
steps:
32
- name: Checkout ${{ matrix.version }}
33
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
34
with:
35
ref: ${{ matrix.version }}
36
- name: Get formatted ref name
.github/workflows/release-tags.yaml
@@ -14,7 +14,7 @@ jobs:
14
app-id: 2384674
15
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
16
- name: Checkout repository
17
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
18
19
token: ${{ steps.generate-token.outputs.token }}
20
persist-credentials: true
0 commit comments