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.
1 parent 73cf0c7 commit 8122032Copy full SHA for 8122032
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
26
- name: Set up Python
27
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
28
with:
29
python-version: 3.9
30
cache: "pip"
.github/workflows/pr_checker_build.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v2
33
34
35
36
37
38
0 commit comments