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 213cfe3 + c9b9a74 commit dcdac8bCopy full SHA for dcdac8b
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
14
- name: Set up Python 3.8
15
uses: actions/setup-python@v5
16
with:
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
.github/workflows/pip-audit.yml
@@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
18
19
- name: Install Python
20
0 commit comments