Skip to content

Commit f96130f

Browse files
authored
Merge pull request #210 from xvik/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents f46d8d3 + b08d4c7 commit f96130f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
java-version: ${{ matrix.java }}
4040

4141
- name: Set up Python ${{ matrix.python }}
42-
uses: actions/setup-python@v6
42+
uses: actions/setup-python@v7
4343
with:
4444
python-version: ${{matrix.python}}
4545

0 commit comments

Comments
 (0)