We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2f3e1c + 750b6c0 commit af6b581Copy full SHA for af6b581
2 files changed
.github/workflows/check-links.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Linkspector
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
- name: Run linkspector
17
uses: umbrelladocs/action-linkspector@v1
18
with:
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: ['3.13']
21
22
23
24
- uses: astral-sh/setup-uv@v7
25
26
enable-cache: true
0 commit comments