Skip to content

Commit 30eba80

Browse files
authored
Merge pull request #17 from OpenSourceBrain/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 9554ef6 + cb3d0e8 commit 30eba80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

0 commit comments

Comments
 (0)