Skip to content

Commit 28e3bf0

Browse files
authored
Merge pull request #3536 from networkupstools/dependabot/github_actions/actions/setup-python-7
build(deps): bump actions/setup-python from 6 to 7
2 parents c8acf1e + c6f6d09 commit 28e3bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/08-PyNUTClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131
fetch-tags: true
3232
- name: Set up Python 3.13
33-
uses: actions/setup-python@v6
33+
uses: actions/setup-python@v7
3434
with:
3535
python-version: '3.13'
3636
- name: Extract python interpreter path name

0 commit comments

Comments
 (0)