We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea1ef5 commit 3e436a4Copy full SHA for 3e436a4
.github/workflows/repository-validation.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # V4.2.2
78
79
- name: Set up Python ${{ needs.get-python-version.outputs.version }}
80
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # V5.3.0
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # V5.4.0
81
with:
82
python-version: ${{ needs.get-python-version.outputs.version }}
83
0 commit comments