We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6e89a commit cefd1a9Copy full SHA for cefd1a9
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
21
- name: Set up Python
22
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
23
24
- name: Install dependencies
25
run: |
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
fossa-api-key: 7c94ee8610054ec8084c954b58615e0e
30
31
32
33
34
- name: Python Cache
35
uses: actions/cache@v3
@@ -56,7 +56,7 @@ jobs:
56
uses: actions/checkout@v3
57
58
59
60
61
62
0 commit comments