Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 44108b2

Browse files
Bump actions/setup-python from 2.3.2 to 3 (#63)
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@v2.3.2...v3) --- 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>
1 parent 3beff56 commit 44108b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/[email protected]
16-
- uses: actions/setup-python@v2.3.2
16+
- uses: actions/setup-python@v3
1717
- uses: pre-commit/[email protected]
1818

1919
test:

.github/workflows/pypipublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/[email protected]
1212
- name: Set up Python
13-
uses: actions/setup-python@v2.3.2
13+
uses: actions/setup-python@v3
1414
with:
1515
python-version: "3.x"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)