We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5118ee commit 9348286Copy full SHA for 9348286
.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # V5.5.0
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # V5.6.0
81
with:
82
python-version: ${{ needs.get-python-version.outputs.version }}
83
0 commit comments