Skip to content

Commit 701cdba

Browse files
authored
Merge pull request #22 from boutproject/dependabot/github_actions/actions/setup-python-5
CI: Bump actions/setup-python from 1 to 5
2 parents 2c31469 + 080fd10 commit 701cdba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Set up Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.x'
1717
- name: Install dependencies

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v2
2626

2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v2
4747
- name: Set up Python
48-
uses: actions/setup-python@v1
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: '3.12'
5151
- name: Install dependencies

0 commit comments

Comments
 (0)