Skip to content

Commit 613a1cd

Browse files
Bump actions/setup-python from 4.1.0 to 4.2.0 (#74)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c62bf1 commit 613a1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Setup Python
21-
uses: actions/setup-python@v4.1.0
21+
uses: actions/setup-python@v4.2.0
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
architecture: x64
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v3
5353
- name: Setup Python
54-
uses: actions/setup-python@v4.1.0
54+
uses: actions/setup-python@v4.2.0
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
architecture: x64

0 commit comments

Comments
 (0)