Skip to content

Commit cbb6b86

Browse files
authored
Merge pull request #6 from felipementel/dependabot/github_actions/actions/setup-python-7
[gh-actions]: Bump actions/setup-python from 6 to 7
2 parents 8663a3a + c62a2cc commit cbb6b86

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
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v7
2020

2121
- name: Setup Python 3.14
22-
uses: actions/setup-python@v6
22+
uses: actions/setup-python@v7
2323
with:
2424
python-version: '3.14'
2525

0 commit comments

Comments
 (0)