Commit 5bb5a11 1 parent 070de07 commit 5bb5a11 Copy full SHA for 5bb5a11
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
container : dockfool/cake-docker:latest
25
25
steps :
26
26
- name : Checkout source
27
- uses : actions/checkout@v4.1.1
27
+ uses : actions/checkout@v4.1.2
28
28
with :
29
29
fetch-depth : 0
30
30
filter : tree:0
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Checkout source
64
- uses : actions/checkout@v4.1.1
64
+ uses : actions/checkout@v4.1.2
65
65
with :
66
66
fetch-depth : 0
67
67
filter : tree:0
@@ -104,7 +104,7 @@ jobs:
104
104
runs-on : macos-latest
105
105
steps :
106
106
- name : Checkout source
107
- uses : actions/checkout@v4.1.1
107
+ uses : actions/checkout@v4.1.2
108
108
with :
109
109
fetch-depth : 0
110
110
filter : tree:0
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : windows-latest
148
148
steps :
149
149
- name : Checkout source
150
- uses : actions/checkout@v4.1.1
150
+ uses : actions/checkout@v4.1.2
151
151
with :
152
152
fetch-depth : 0
153
153
filter : tree:0
You can’t perform that action at this time.
0 commit comments