Skip to content

Commit 15e09be

Browse files
Bump actions/setup-python from 3 to 4 (#365)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- 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 6c3d433 commit 15e09be

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@v3
2121
with:
2222
fetch-depth: 0
23-
- uses: actions/setup-python@v3
23+
- uses: actions/setup-python@v4
2424
with:
2525
python-version: '3.10'
2626
- name: Install GitHub matcher for ActionLint checker
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v3
6262
with:
6363
fetch-depth: 0
64-
- uses: actions/setup-python@v3
64+
- uses: actions/setup-python@v4
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
- name: Install dependencies

0 commit comments

Comments
 (0)