Skip to content

Commit c1d64b5

Browse files
authored
Merge pull request #66 from OpenNTI/dependabot/github_actions/github-actions-696b649f44
Bump actions/setup-python from 6 to 7 in the github-actions group
2 parents af24bbb + 2b214b3 commit c1d64b5

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
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v7
4444
- name: Set up Python
45-
uses: actions/setup-python@v6
45+
uses: actions/setup-python@v7
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
cache: 'pip'

0 commit comments

Comments
 (0)