Skip to content

Commit d390596

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 7af4c83 + d61439a commit d390596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
override: true
4646

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

0 commit comments

Comments
 (0)