Skip to content

Commit aef346e

Browse files
Bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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>
1 parent adbb378 commit aef346e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
model: [yolov5n]
2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: actions/setup-python@v4
24+
- uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
#- name: Cache pip
@@ -62,7 +62,7 @@ jobs:
6262
model: yolov5n
6363
steps:
6464
- uses: actions/checkout@v3
65-
- uses: actions/setup-python@v4
65+
- uses: actions/setup-python@v6
6666
with:
6767
python-version: ${{ matrix.python-version }}
6868
- name: Get cache dir

0 commit comments

Comments
 (0)