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

Commit 9259158

Browse files
Bump actions/setup-python from 4.3.0 to 4.4.0 (#20)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.0...v4.4.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 b683492 commit 9259158

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
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Set up python
4040
id: setup-python
41-
uses: actions/setup-python@v4.3.0
41+
uses: actions/setup-python@v4.4.0
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)