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 32ece6c commit 0c2512eCopy full SHA for 0c2512e
.github/workflows/repository-validation.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7
78
79
- name: Set up Python ${{ needs.get-python-version.outputs.version }}
80
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # V5.1.0
+ uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # V5.1.1
81
with:
82
python-version: ${{ needs.get-python-version.outputs.version }}
83
0 commit comments