Skip to content

Commit e41eb69

Browse files
Bump actions/setup-python from 6 to 7 in the all-dependencies group (#76)
1 parent 511e28a commit e41eb69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v7
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v6
26+
uses: actions/setup-python@v7
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install the package

0 commit comments

Comments
 (0)