Skip to content

Commit b270cf9

Browse files
build(deps): bump actions/setup-python from 5.6.0 to 7.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...5fda3b9) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ff9a34 commit b270cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/epilabs-epi-recorder-conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
24-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
24+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2525
with:
2626
python-version: ${{ matrix.python }}
2727
- name: Install released packages

0 commit comments

Comments
 (0)