Skip to content

Commit adc7ac9

Browse files
Bump actions/setup-python from 5 to 6 (#144)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' 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> Co-authored-by: Dag Brattli <dag@brattli.net>
1 parent 399bb93 commit adc7ac9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
16-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1716
with:
1817
python-version: '3.10'
1918

0 commit comments

Comments
 (0)