Skip to content

Commit 311120a

Browse files
build(deps): bump actions/setup-python from 2.3.2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@7f80679...0ebf233) --- 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>
1 parent 8448619 commit 311120a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
4545

4646
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
47+
uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050
cache: 'pip'

.github/workflows/specification-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
18-
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
18+
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20
1919
- name: Get supported version
2020
id: get-version
2121
run: |

0 commit comments

Comments
 (0)