Skip to content

Commit d898d7c

Browse files
ci(deps): Bump actions/setup-python from 5.2.0 to 5.3.0 (runfinch#1152)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) --- 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 ce7c2ee commit d898d7c

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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
63+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
175+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
176176
with:
177177
python-version: '3.x'
178178
- name: Install AWS CLI

0 commit comments

Comments
 (0)