Skip to content

Commit 5dd274b

Browse files
authored
Merge pull request #27 from OpenNTI/dependabot/github_actions/github-actions-696b649f44
Bump actions/setup-python from 6 to 7 in the github-actions group
2 parents 356899b + ec01af7 commit 5dd274b

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

0 commit comments

Comments
 (0)