Skip to content

Commit 94ea8e9

Browse files
authored
Merge pull request #9 from RegioHelden/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 3b302bc + 1549151 commit 94ea8e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: ${{ inputs.python-version }}
2323

.github/workflows/tag-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121
steps:
2222
- name: Set up Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: "${{ inputs.python-version }}"
2626

0 commit comments

Comments
 (0)