Skip to content

Commit 0769718

Browse files
Bump actions/setup-python from 6 to 7 (#126)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee96483 commit 0769718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
CFLAGS: ${{ matrix.config.cflags }}
2626
steps:
2727
- uses: actions/checkout@v7
28-
- uses: actions/setup-python@v6
28+
- uses: actions/setup-python@v7
2929
- name: Dependencies (ubuntu)
3030
if: contains(matrix.os, 'ubuntu')
3131
run: sudo apt update && sudo apt install -y gifsicle valgrind meson

0 commit comments

Comments
 (0)