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 0b346d2 + 8efb6cb commit 47fcaaaCopy full SHA for 47fcaaa
2 files changed
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/checkout@v5
37
38
- name: Set up Python ${{ matrix.python-version }}
39
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
40
with:
41
python-version: ${{ matrix.python-version }}
42
cache: "pip"
.github/workflows/license-scanning.yml
@@ -31,7 +31,7 @@ jobs:
31
run: node-license-validator . --allow-licenses Apache-2.0 MIT BSD-2-Clause BSD BSD-3-Clause Unlicense ISC
32
working-directory: js
33
- name: Use Python 3.10
34
35
python-version: "3.10"
- name: Install pip-licenses
0 commit comments