Skip to content

Commit e225384

Browse files
authored
Merge pull request #42 from git-afsantos/dependabot/github_actions/actions/setup-python-6
⬆️ Bump actions/setup-python from 5 to 6
2 parents 5311e26 + 0d2ecd2 commit e225384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v5
2929
- name: Set up Python
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: '3.x'
3333
- name: Install dependencies

0 commit comments

Comments
 (0)