Skip to content

Commit e94d3f4

Browse files
authored
Merge pull request #45 from AmadeusITGroup/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents 991b389 + 37e5144 commit e94d3f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-tags: true
2929
fetch-depth: 0
3030
- name: Set up Python
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: "3.x"
3434
- name: Install pypa/build

0 commit comments

Comments
 (0)