File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Set up Poetry
21
21
run : pipx install poetry==1.3.2
45
45
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@v3
48
+ uses : actions/checkout@v4
49
49
50
50
- name : Set up Poetry
51
51
run : pipx install poetry==1.3.2
75
75
76
76
steps :
77
77
- name : Checkout
78
- uses : actions/checkout@v3
78
+ uses : actions/checkout@v4
79
79
80
80
- name : Set up Poetry
81
81
run : pipx install poetry==1.3.2
Original file line number Diff line number Diff line change 14
14
needs :
15
15
- run-checks
16
16
steps :
17
- # Using v2 or later strips tag annotations https://github.com/actions/checkout/issues/290
18
- - uses : actions/checkout@v1
17
+ - uses : actions/checkout@v4
18
+
19
+ # work around actions/checkout stripping annotations https://github.com/actions/checkout/issues/290
20
+ - name : Fetch tags
21
+ run : git fetch --tags --force
19
22
20
23
- name : Set up Poetry
21
24
run : pipx install poetry==1.3.2
You can’t perform that action at this time.
0 commit comments