Skip to content

Commit 19197a6

Browse files
authored
Merge pull request #3 from python-project-templates/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents a93a38b + 21d0f55 commit 19197a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
override: true
4444

4545
- name: Set up Python ${{ matrix.python-version }}
46-
uses: actions/setup-python@v4
46+
uses: actions/setup-python@v5
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
cache: "pip"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040

4141
- name: Setup python
42-
uses: actions/setup-python@v4
42+
uses: actions/setup-python@v5
4343
with:
4444
python-version: '3.9'
4545
cache: 'pip'

0 commit comments

Comments
 (0)