We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bbb15 commit e590ac0Copy full SHA for e590ac0
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Checkout repository
29
uses: actions/checkout@v5
30
- name: Setup Python
31
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
32
id: setup-python
33
with:
34
python-version: '3.x'
.github/workflows/linkcheck.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Checkout
26
27
0 commit comments