We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e30bc66 + 06cb0eb commit 0fd8300Copy full SHA for 0fd8300
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
timeout-minutes: 5
20
steps:
21
- name: Clone code
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
24
- name: Set up Python
25
uses: actions/setup-python@v5
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
15
0 commit comments