We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30bc66 commit 06cb0ebCopy full SHA for 06cb0eb
.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