Skip to content

Commit 881d38f

Browse files
authored
Merge pull request #8 from OpenNTI/dependabot/github_actions/github-actions-696b649f44
Bump actions/setup-python from 6 to 7 in the github-actions group
2 parents eb67177 + 24a40df commit 881d38f

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
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v7
2929
- name: Set up Python
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@v7
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
cache: 'pip'

0 commit comments

Comments
 (0)