Skip to content

Commit b09059f

Browse files
ci(deps): Bump actions/setup-python from 5.5.0 to 5.6.0 (runfinch#1381)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...a26af69) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 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 6466bcd commit b09059f

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
@@ -62,7 +62,7 @@ jobs:
6262
git config --global core.autocrlf false
6363
git config --global core.eol lf
6464
- name: Set up Python
65-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
65+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6666
with:
6767
python-version: '3.x'
6868
- name: Install AWS CLI
@@ -169,7 +169,7 @@ jobs:
169169
git config --global core.autocrlf false
170170
git config --global core.eol lf
171171
- name: Set up Python
172-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
172+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
173173
with:
174174
python-version: '3.x'
175175
- name: Install AWS CLI

0 commit comments

Comments
 (0)