File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
issues : write
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
17
+ - uses : actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
18
18
- name : Configure missing labels
19
19
env :
20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 13
13
pre-commit :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
16
+ - uses : actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
17
17
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
18
18
with :
19
19
python-version : ' 3.13'
32
32
# for each version; you may wish to adjust that step's behavior.
33
33
python-version : ["3.13"]
34
34
steps :
35
- - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
35
+ - uses : actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
36
36
- name : Set up Python ${{ matrix.python-version }}
37
37
uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
38
38
with :
You can’t perform that action at this time.
0 commit comments