Skip to content

Commit 8a878d5

Browse files
authored
Merge pull request #28 from rok4/dependabot/github_actions/develop/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 456104c + 7c3e2a1 commit 8a878d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)