File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
19
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
20
20
with :
21
21
python-version : ' 3.12'
22
22
Original file line number Diff line number Diff line change 17
17
version : v3.14.4
18
18
19
19
# Python is required because ct lint runs Yamale and yamllint which require Python.
20
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
20
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
21
21
with :
22
22
python-version : ' 3.13'
23
23
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
13
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
14
14
with :
15
15
python-version : " 3.12"
16
16
- run : echo "::add-matcher::.github/workflows/matchers/actionlint.json"
You can’t perform that action at this time.
0 commit comments