Skip to content

Commit 6512219

Browse files
ci(deps): bump actions/setup-python from 5.1.1 to 5.2.0 (#1078)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@39cd149...f677139) --- 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 87bc728 commit 6512219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test-msi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git config --global core.autocrlf false
6161
git config --global core.eol lf
6262
- name: Set up Python
63-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
63+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
6464
with:
6565
python-version: '3.x'
6666
- name: Install AWS CLI
@@ -172,7 +172,7 @@ jobs:
172172
git config --global core.autocrlf false
173173
git config --global core.eol lf
174174
- name: Set up Python
175-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
175+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
176176
with:
177177
python-version: '3.x'
178178
- name: Install AWS CLI

0 commit comments

Comments
 (0)