File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5252 working-directory : unix
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5656 timeout-minutes : 5
5757 - name : Install 32-bit dependencies if needed
5858 # Duplicated from above
Original file line number Diff line number Diff line change 4545 working-directory : macosx
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 timeout-minutes : 5
5050 - name : Prepare
5151 run : |
7373 working-directory : unix
7474 steps :
7575 - name : Checkout
76- uses : actions/checkout@v5
76+ uses : actions/checkout@v6
7777 timeout-minutes : 5
7878 - name : Prepare
7979 run : |
Original file line number Diff line number Diff line change 1818 timeout-minutes : 10
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 - name : Prepare
2323 run : |
2424 touch generic/tclStubInit.c generic/tclOOStubInit.c
6161 timeout-minutes : 10
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@v5
64+ uses : actions/checkout@v6
6565 - name : Checkout create-dmg
66- uses : actions/checkout@v5
66+ uses : actions/checkout@v6
6767 with :
6868 repository : create-dmg/create-dmg
6969 ref : v1.2.2
@@ -139,7 +139,7 @@ jobs:
139139 msystem : UCRT64
140140 install : git mingw-w64-ucrt-x86_64-toolchain make zip
141141 - name : Checkout
142- uses : actions/checkout@v5
142+ uses : actions/checkout@v6
143143 - name : Prepare
144144 run : |
145145 touch generic/tclStubInit.c generic/tclOOStubInit.c
Original file line number Diff line number Diff line change 6767 # Using powershell means we need to explicitly stop on failure
6868 steps :
6969 - name : Checkout
70- uses : actions/checkout@v5
70+ uses : actions/checkout@v6
7171 timeout-minutes : 5
7272 - name : Init MSVC
7373 uses : ilammy/msvc-dev-cmd@v1
@@ -112,7 +112,7 @@ jobs:
112112 install : git mingw-w64-x86_64-toolchain make
113113 timeout-minutes : 10
114114 - name : Checkout
115- uses : actions/checkout@v5
115+ uses : actions/checkout@v6
116116 timeout-minutes : 5
117117 - name : Prepare
118118 run : |
You can’t perform that action at this time.
0 commit comments