We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533ddc3 commit 87fb02bCopy full SHA for 87fb02b
.github/workflows/docs.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout source
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
- name: Cache tox
16
uses: actions/cache@v3
17
with:
.github/workflows/python-publish.yml
@@ -16,7 +16,7 @@ jobs:
permissions:
id-token: write
18
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
0 commit comments