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

Commit 085ee45

Browse files
Bump actions/setup-python from 4.2.0 to 4.3.0 (#15)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 814e9e7 commit 085ee45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Set up python
4444
id: setup-python
45-
uses: actions/setup-python@v4.2.0
45+
uses: actions/setup-python@v4.3.0
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)