Skip to content

Commit 8059e32

Browse files
authored
Merge pull request #241 from r1chardj0n3s/dependabot/github_actions/actions-infrastructure-696b649f44
Bump actions/setup-python from 6 to 7 in the actions-infrastructure group
2 parents fc3875c + 429472b commit 8059e32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v7
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v7
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Run tests
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v7
8080
- name: Set up Python 3.10
81-
uses: actions/setup-python@v6
81+
uses: actions/setup-python@v7
8282
with:
8383
python-version: "3.10"
8484
- name: Install parse and mypy

0 commit comments

Comments
 (0)