We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d215b7 commit 7e40525Copy full SHA for 7e40525
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
ref: "${{ (github.event_name == 'pull_request_target') && github.event.pull_request.merge_commit_sha || github.ref }}"
37
38
- name: Setup Python ${{ matrix.python-version }}
39
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
40
with:
41
python-version: ${{ matrix.python-version }}
42
0 commit comments