Skip to content

Commit b244633

Browse files
author
jan.nijtmans
committed
Merge 8.6
2 parents c09fed5 + bbe4811 commit b244633

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

.github/workflows/mac-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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: |
@@ -73,7 +73,7 @@ jobs:
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: |

.github/workflows/onefiledist.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -61,9 +61,9 @@ jobs:
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

.github/workflows/win-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)