Skip to content

Commit ecbd5d2

Browse files
authored
Merge pull request #3 from nbprint/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 1cc9cca + 74cfefb commit ecbd5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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'

0 commit comments

Comments
 (0)