We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee713bd commit 93096e1Copy full SHA for 93096e1
.github/workflows/delete-closed-pr-docs.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Check out repository
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
14
with:
15
fetch-depth: 0
16
.github/workflows/deploy-docs.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
ref: ${{ github.event.pull_request.head.sha }}
0 commit comments