File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
PRE_COMMIT_HOME : /tmp/pre-commit-cache
18
18
steps :
19
19
- name : ⤵️ Check out code from GitHub
20
- uses : actions/checkout@v4.2.2
20
+ uses : actions/checkout@v4.3.0
21
21
- name : 🏗 Set up uv
22
22
uses : astral-sh/setup-uv@v6
23
23
with :
41
41
python : ["3.12", "3.13"]
42
42
steps :
43
43
- name : ⤵️ Check out code from GitHub
44
- uses : actions/checkout@v4.2.2
44
+ uses : actions/checkout@v4.3.0
45
45
- name : 🏗 Set up uv
46
46
uses : astral-sh/setup-uv@v6
47
47
with :
64
64
needs : pytest
65
65
steps :
66
66
- name : ⤵️ Check out code from GitHub
67
- uses : actions/checkout@v4.2.2
67
+ uses : actions/checkout@v4.3.0
68
68
with :
69
69
fetch-depth : 0
70
70
- name : ⬇️ Download coverage data
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : ⤵️ Check out code from GitHub
19
- uses : actions/checkout@v4.2.2
19
+ uses : actions/checkout@v4.3.0
20
20
- name : 🚀 Run Label Syncer
21
21
22
22
env :
Original file line number Diff line number Diff line change 19
19
id-token : write
20
20
steps :
21
21
- name : ⤵️ Check out code from GitHub
22
- uses : actions/checkout@v4.2.2
22
+ uses : actions/checkout@v4.3.0
23
23
- name : 🏗 Set up uv
24
24
uses : astral-sh/setup-uv@v6
25
25
with :
You can’t perform that action at this time.
0 commit comments