dependabot[bot] dependabot[bot] commited on
Commit
c8a5899
1 Parent(s): 596de6d

Bump actions/setup-python from 2 to 3 (#6880)

Browse files

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

---
updated-dependencies:
- dependency-name: actions/setup-python
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>

Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +1 -1
.github/workflows/ci-testing.yml CHANGED
@@ -27,7 +27,7 @@ jobs:
27
  steps:
28
  - uses: actions/checkout@v2
29
  - name: Set up Python ${{ matrix.python-version }}
30
- uses: actions/setup-python@v2
31
  with:
32
  python-version: ${{ matrix.python-version }}
33
 
 
27
  steps:
28
  - uses: actions/checkout@v2
29
  - name: Set up Python ${{ matrix.python-version }}
30
+ uses: actions/setup-python@v3
31
  with:
32
  python-version: ${{ matrix.python-version }}
33