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.
2 parents 858a02d + 349b8e0 commit e7a3f64Copy full SHA for e7a3f64
.github/workflows/publish.yaml
@@ -17,7 +17,7 @@ jobs:
17
id-token: write
18
steps:
19
- name: Checkout code
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
21
22
- name: Set up Python
23
uses: actions/setup-python@v2
.github/workflows/pytest-ubuntu.yaml
@@ -8,7 +8,7 @@ jobs:
8
9
10
- name: Check out the repository
11
12
13
14
0 commit comments