Skip to content

Commit 357cddb

Browse files
Bump actions/setup-python from 2 to 3 (#300)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent beee1f6 commit 357cddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121
with:
2222
fetch-depth: 0
23-
- uses: actions/setup-python@v2
23+
- uses: actions/setup-python@v3
2424
with:
2525
python-version: '3.9'
2626
- name: Install GitHub matcher for ActionLint checker
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v2
6262
with:
6363
fetch-depth: 0
64-
- uses: actions/setup-python@v2
64+
- uses: actions/setup-python@v3
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
- name: Install dependencies

0 commit comments

Comments
 (0)