Skip to content

Commit d63dfc3

Browse files
Bump actions/setup-python from 4.4.0 to 4.5.0 (#49)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.4.0...v4.5.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 37176a6 commit d63dfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v3
4949

5050
- name: Setup Python
51-
uses: actions/setup-python@v4.4.0
51+
uses: actions/setup-python@v4.5.0
5252
with:
5353
python-version: ${{ matrix.python }}
5454

0 commit comments

Comments
 (0)