Skip to content

Commit fac643c

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 351868a commit fac643c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bowtie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
bowtie-report:
1313
runs-on: blacksmith-2vcpu-ubuntu-2404
1414
steps:
15-
- uses: actions/setup-python@v6
15+
- uses: actions/setup-python@v7
1616
with:
1717
python-version: '3.11'
1818
- name: Install Bowtie

0 commit comments

Comments
 (0)