Skip to content

Commit 1123bb5

Browse files
authored
Merge pull request #9 from scientific-python/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 865270c + 3440504 commit 1123bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Set up Python
8-
uses: actions/setup-python@v5
8+
uses: actions/setup-python@v6
99
with:
1010
python-version: "3.13"
1111
- name: Install dependencies

0 commit comments

Comments
 (0)