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 8b3d115 commit cb296d8Copy full SHA for cb296d8
.github/workflows/license-audit.yml
@@ -9,10 +9,10 @@ jobs:
9
runs-on: ubuntu-20.04
10
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
14
- name: Set up Python
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
16
with:
17
# License Finder's Docker image uses Python 3.5
18
python-version: 3.5
.github/workflows/python-package.yml
@@ -19,10 +19,10 @@ jobs:
19
os: 'ubuntu-20.04'
20
21
22
- - uses: actions/checkout@v3
23
24
- name: Set up Python ${{ matrix.python-version }}
25
- uses: actions/setup-python@v4
26
27
python-version: ${{ matrix.python-version }}
28
env:
0 commit comments