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 eb25df0 commit 455040eCopy full SHA for 455040e
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
25
- name: Set up Python
26
uses: actions/setup-python@v5
.github/workflows/markdown-code-runner.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Check out code from GitHub
14
15
with:
16
ref: ${{ github.head_ref }}
17
fetch-depth: 0
0 commit comments