Skip to content

Commit 2ab4245

Browse files
Bump actions/setup-python from 5 to 6 (#9)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50496e7 commit 2ab4245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
# PYTHON ONLY: setup python
179179
- if: inputs.project-type == 'python'
180-
uses: actions/setup-python@v5 # needed for building Python project
180+
uses: actions/setup-python@v6 # needed for building Python project
181181
with:
182182
python-version: ${{ inputs.python-version }}
183183

0 commit comments

Comments
 (0)