summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-27 09:15:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-27 09:15:27 (GMT)
commitdb5334e96c94245cfd513a3d474a1281ef958641 (patch)
tree50311a2ac565f6e30f48bd01f09b7768b7dbd4f5 /.github
parent537550a5ecb44c0c722893e8d7d2176ad5722f02 (diff)
parentf02bab4985770da02905912421653523a873d696 (diff)
downloadtk-db5334e96c94245cfd513a3d474a1281ef958641.zip
tk-db5334e96c94245cfd513a3d474a1281ef958641.tar.gz
tk-db5334e96c94245cfd513a3d474a1281ef958641.tar.bz2
Merge 8.7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml6
-rw-r--r--.github/workflows/linux-with-tcl8-build.yml8
-rw-r--r--.github/workflows/linux-with-tcl9-build.yml8
-rw-r--r--.github/workflows/mac-build.yml8
-rw-r--r--.github/workflows/onefiledist.yml20
-rw-r--r--.github/workflows/win-build.yml8
6 files changed, 29 insertions, 29 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 8945065..986df5c 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -25,11 +25,11 @@ jobs:
- "--enable-symbols"
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Checkout Tcl
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: core-8-6-branch
@@ -115,7 +115,7 @@ jobs:
- "--enable-symbols"
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Setup Environment (compiler=${{ matrix.compiler }})
diff --git a/.github/workflows/linux-with-tcl8-build.yml b/.github/workflows/linux-with-tcl8-build.yml
index ad9139d..bb1a4c9 100644
--- a/.github/workflows/linux-with-tcl8-build.yml
+++ b/.github/workflows/linux-with-tcl8-build.yml
@@ -25,11 +25,11 @@ jobs:
- "--enable-symbols"
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Checkout Tcl
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: core-8-branch
@@ -128,11 +128,11 @@ jobs:
- "--enable-symbols"
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Checkout Tcl
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: core-8-branch
diff --git a/.github/workflows/linux-with-tcl9-build.yml b/.github/workflows/linux-with-tcl9-build.yml
index 8767fbf..f5db173 100644
--- a/.github/workflows/linux-with-tcl9-build.yml
+++ b/.github/workflows/linux-with-tcl9-build.yml
@@ -25,11 +25,11 @@ jobs:
- "--enable-symbols"
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Checkout Tcl
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: main
@@ -114,11 +114,11 @@ jobs:
- "--enable-symbols"
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Checkout Tcl
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: main
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 01f6d2b..c1f0d60 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -13,11 +13,11 @@ jobs:
working-directory: tk/macosx
steps:
- name: Check out Tk
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Check out Tcl
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: core-8-6-branch
@@ -64,11 +64,11 @@ jobs:
working-directory: tk/unix
steps:
- name: Check out Tk
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Check out Tcl
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: core-8-6-branch
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index e163895..3e3ced4 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -14,11 +14,11 @@ jobs:
CFGOPT: --disable-symbols --disable-shared
steps:
- name: Checkout Tk
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Checkout Tcl 8.7
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: core-8-branch
@@ -58,7 +58,7 @@ jobs:
env:
BUILD_NAME: wish${{ env.TCL_PATCHLEVEL }}_snapshot
- name: Upload
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: Wish ${{ env.TCL_PATCHLEVEL }} Linux single-file build (snapshot)
path: ${{ env.INST_DIR }}/*.tar
@@ -78,17 +78,17 @@ jobs:
CFGOPT: --disable-symbols --disable-shared --enable-64bit
steps:
- name: Checkout Tk
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Checkout Tcl 8.7
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: core-8-branch
path: tcl
- name: Checkout create-dmg
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: create-dmg/create-dmg
ref: v1.0.8
@@ -146,7 +146,7 @@ jobs:
env:
BUILD_NAME: wish${{ env.TCL_PATCHLEVEL }}_snapshot
- name: Upload
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: Wish ${{ env.TCL_PATCHLEVEL }} macOS single-file build (snapshot)
path: ${{ env.INST_DIR }}/*.dmg
@@ -166,11 +166,11 @@ jobs:
msystem: MINGW64
install: git mingw-w64-x86_64-toolchain make zip
- name: Checkout Tk
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Checkout Tcl 8.7
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: core-8-branch
@@ -209,7 +209,7 @@ jobs:
env:
BUILD_NAME: wish${{ env.TCL_PATCHLEVEL }}_snapshot
- name: Upload
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: Wish ${{ env.TCL_PATCHLEVEL }} Windows single-file build (snapshot)
path: install/combined/wish${{ env.TCL_PATCHLEVEL }}_snapshot.exe
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 3b4e8d1..c768e90 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -14,11 +14,11 @@ jobs:
# Using powershell means we need to explicitly stop on failure
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: tk
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: core-8-branch
@@ -104,9 +104,9 @@ jobs:
msystem: MINGW64
install: git mingw-w64-x86_64-toolchain make zip
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: tcltk/tcl
ref: core-8-6-branch