dependabot[bot] dependabot[bot] commited on
Commit
6a67594
·
unverified ·
1 Parent(s): c23a441

Bump actions/setup-python from 3 to 4 (#8186)

Browse files

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +2 -2
.github/workflows/ci-testing.yml CHANGED
@@ -21,7 +21,7 @@ jobs:
21
  model: [yolov5n]
22
  steps:
23
  - uses: actions/checkout@v3
24
- - uses: actions/setup-python@v3
25
  with:
26
  python-version: ${{ matrix.python-version }}
27
  #- name: Cache pip
@@ -62,7 +62,7 @@ jobs:
62
  model: yolov5n
63
  steps:
64
  - uses: actions/checkout@v3
65
- - uses: actions/setup-python@v3
66
  with:
67
  python-version: ${{ matrix.python-version }}
68
  - name: Get cache dir
 
21
  model: [yolov5n]
22
  steps:
23
  - uses: actions/checkout@v3
24
+ - uses: actions/setup-python@v4
25
  with:
26
  python-version: ${{ matrix.python-version }}
27
  #- name: Cache pip
 
62
  model: yolov5n
63
  steps:
64
  - uses: actions/checkout@v3
65
+ - uses: actions/setup-python@v4
66
  with:
67
  python-version: ${{ matrix.python-version }}
68
  - name: Get cache dir