We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bc728 commit 6512219Copy full SHA for 6512219
.github/workflows/build-and-test-msi.yaml
@@ -60,7 +60,7 @@ jobs:
60
git config --global core.autocrlf false
61
git config --global core.eol lf
62
- name: Set up Python
63
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
+ uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
64
with:
65
python-version: '3.x'
66
- name: Install AWS CLI
@@ -172,7 +172,7 @@ jobs:
172
173
174
175
176
177
178
0 commit comments