Skip to content

Commit 1601156

Browse files
committed
Install Python 3.10 for license finder
1 parent 797d61c commit 1601156

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/license-audit.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ on: [push, pull_request]
44

55
jobs:
66
license-audit:
7-
# TODO: a GH action update broke the 'ubuntu-latest' image
8-
# when it's fixed, we should switch back
9-
runs-on: ubuntu-20.04
7+
runs-on: 'ubuntu-latest'
108

119
steps:
12-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v2
1311

1412
- name: Set up Python
15-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v2
1614
with:
17-
# License Finder's Docker image uses Python 3.5
18-
python-version: 3.5
15+
# License Finder's Docker image uses Python 3.10
16+
python-version: '3.10'
1917

2018
- name: Fetch decisions.yml
2119
run: curl https://raw.githubusercontent.com/bugsnag/license-audit/master/config/decision_files/global.yml -o decisions.yml

0 commit comments

Comments
 (0)