Skip to content

Commit 47fcaaa

Browse files
authored
Merge pull request #288 from finos/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 0b346d2 + 8efb6cb commit 47fcaaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v5
3737

3838
- name: Set up Python ${{ matrix.python-version }}
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
cache: "pip"

.github/workflows/license-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: node-license-validator . --allow-licenses Apache-2.0 MIT BSD-2-Clause BSD BSD-3-Clause Unlicense ISC
3232
working-directory: js
3333
- name: Use Python 3.10
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: "3.10"
3737
- name: Install pip-licenses

0 commit comments

Comments
 (0)