Skip to content

Commit 5d6aade

Browse files
Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07a2671 commit 5d6aade

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
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.runs-on }}
3838
steps:
3939
- uses: actions/checkout@v7
40-
- uses: actions/setup-python@v6
40+
- uses: actions/setup-python@v7
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Install Groonga

0 commit comments

Comments
 (0)