Skip to content

Commit fc5af6a

Browse files
[UPDATE] Also update missed instance of setup-python
Changes in file .github/actions/checkout-and-rebuild/action.yml: * version bump actions/setup-python
1 parent 8fca70a commit fc5af6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/checkout-and-rebuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runs:
8888
shell: bash
8989
run: printf "sha=%s\n" $(git rev-parse --verify HEAD) >> "$GITHUB_OUTPUT"
9090
- name: "Setup Python"
91-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
91+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
9292
id: cp313
9393
with:
9494
python-version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)