Skip to content

Commit 8d7a80a

Browse files
authored
Merge pull request #133 from sbidoul/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 4 to 6
2 parents 05051e7 + 22dd716 commit 8d7a80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.13"]
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: actions/setup-python@v4
16+
- uses: actions/setup-python@v6
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install project

0 commit comments

Comments
 (0)