Skip to content

Commit 444bd78

Browse files
author
jan.nijtmans
committed
Update to actions/checkout@v6
2 parents 9431e28 + 980fa3b commit 444bd78

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/linux-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- "--enable-symbols"
3232
steps:
3333
- name: Checkout Tk
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
path: tk
3737
- name: Checkout Tcl 9.0
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
with:
4040
repository: tcltk/tcl
4141
ref: core-9-0-branch
@@ -135,7 +135,7 @@ jobs:
135135
- "--enable-symbols"
136136
steps:
137137
- name: Checkout Tk
138-
uses: actions/checkout@v5
138+
uses: actions/checkout@v6
139139
with:
140140
path: tk
141141
- name: Checkout Tcl 9.0

.github/workflows/mac-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
working-directory: tk/macosx
2020
steps:
2121
- name: Checkout Tk
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
path: tk
2525
- name: Check out Tcl 9.0
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
repository: tcltk/tcl
2929
ref: core-9-0-branch
@@ -71,11 +71,11 @@ jobs:
7171
working-directory: tk/unix
7272
steps:
7373
- name: Checkout Tk
74-
uses: actions/checkout@v5
74+
uses: actions/checkout
7575
with:
7676
path: tk
7777
- name: Check out Tcl 9.0
78-
uses: actions/checkout@v5
78+
uses: actions/checkout@v6
7979
with:
8080
repository: tcltk/tcl
8181
ref: core-9-0-branch

.github/workflows/onefiledist.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
CFGOPT: --disable-symbols --disable-shared
2121
steps:
2222
- name: Checkout Tk
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
path: tk
2626
- name: Checkout Tcl 9.0
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
repository: tcltk/tcl
3030
ref: core-9-0-branch
@@ -84,17 +84,17 @@ jobs:
8484
CFGOPT: --disable-symbols --disable-shared
8585
steps:
8686
- name: Checkout Tk
87-
uses: actions/checkout@v5
87+
uses: actions/checkout@v6
8888
with:
8989
path: tk
9090
- name: Checkout Tcl 9.0
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v6
9292
with:
9393
repository: tcltk/tcl
9494
ref: core-9-0-branch
9595
path: tcl
9696
- name: Checkout create-dmg
97-
uses: actions/checkout@v5
97+
uses: actions/checkout@v6
9898
with:
9999
repository: create-dmg/create-dmg
100100
ref: v1.2.2
@@ -176,11 +176,11 @@ jobs:
176176
msystem: MINGW64
177177
install: git mingw-w64-x86_64-toolchain make zip
178178
- name: Checkout Tk
179-
uses: actions/checkout@v5
179+
uses: actions/checkout@v6
180180
with:
181181
path: tk
182182
- name: Checkout Tcl 9.0
183-
uses: actions/checkout@v5
183+
uses: actions/checkout@v6
184184
with:
185185
repository: tcltk/tcl
186186
ref: core-9-0-branch

.github/workflows/win-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- "OPTS=static"
2727
steps:
2828
- name: Checkout Tk
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
path: tk
3232
- name: Checkout Tcl 9.0
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
repository: tcltk/tcl
3636
ref: core-9-0-branch
@@ -118,9 +118,9 @@ jobs:
118118
msystem: MINGW64
119119
install: git mingw-w64-x86_64-toolchain make zip
120120
- name: Checkout Tk
121-
uses: actions/checkout@v5
121+
uses: actions/checkout@v6
122122
- name: Checkout Tcl 9.0
123-
uses: actions/checkout@v5
123+
uses: actions/checkout@v6
124124
with:
125125
repository: tcltk/tcl
126126
ref: core-9-0-branch

0 commit comments

Comments
 (0)