Skip to content

Commit 8d0c2bd

Browse files
authored
Merge pull request #15 from timcera/dependabot/github_actions/actions/setup-python-7
build(deps): bump actions/setup-python from 6 to 7
2 parents 3fb9121 + 3958b9c commit 8d0c2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
submodules: recursive
5454

5555
- name: Set up Python ${{ matrix.python-versions }}
56-
uses: actions/setup-python@v6
56+
uses: actions/setup-python@v7
5757
with:
5858
python-version: ${{ matrix.python-versions }}
5959

0 commit comments

Comments
 (0)