Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit b3c8c34

Browse files
build(deps): bump actions/setup-python from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...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]>
1 parent ad5466c commit b3c8c34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v3
6363

6464
- name: Set up Python ${{ matrix.python-version }}
65-
uses: actions/setup-python@v2
65+
uses: actions/setup-python@v3
6666
with:
6767
python-version: ${{ matrix.python-version }}
6868

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@v3
7575

7676
- name: Set up Python ${{ matrix.python-version }}
77-
uses: actions/setup-python@v2
77+
uses: actions/setup-python@v3
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080

0 commit comments

Comments
 (0)