Skip to content

Commit c7cd61c

Browse files
authored
Merge pull request #113 from rok4/dependabot/github_actions/develop/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents c7d7d70 + 9cd3301 commit c7cd61c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0
5555

5656
- name: Setup python
57-
uses: actions/setup-python@v5
57+
uses: actions/setup-python@v6
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060
cache: 'pip'

0 commit comments

Comments
 (0)