summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-04 20:51:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-04 20:51:06 (GMT)
commitbd4ef20aa6486692e02a4ae2988bb3c34555efc8 (patch)
treec9f89c688a316225a26c15a84ff826222fb1183f /.github
parentb7af0a69ae18b91a1633c575d42d0768a422cf87 (diff)
parente1edaf47153bf88f19d2def15b703e510006fde7 (diff)
downloadtcl-bd4ef20aa6486692e02a4ae2988bb3c34555efc8.zip
tcl-bd4ef20aa6486692e02a4ae2988bb3c34555efc8.tar.gz
tcl-bd4ef20aa6486692e02a4ae2988bb3c34555efc8.tar.bz2
Merge 8.7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml4
-rw-r--r--.github/workflows/onefiledist.yml8
-rw-r--r--.github/workflows/win-build.yml4
4 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 81f3e7e..2819b92 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -28,7 +28,7 @@ jobs:
working-directory: unix
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
timeout-minutes: 5
- name: Prepare
run: |
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 7772ebe..30e695f 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -18,7 +18,7 @@ jobs:
working-directory: macosx
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
timeout-minutes: 5
- name: Prepare
run: |
@@ -51,7 +51,7 @@ jobs:
working-directory: unix
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
timeout-minutes: 5
- name: Prepare
run: |
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index 01b1153..8fec3e1 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -18,7 +18,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Prepare
run: |
touch generic/tclStubInit.c generic/tclOOStubInit.c
@@ -54,9 +54,9 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout create-dmg
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: create-dmg/create-dmg
ref: v1.0.8
@@ -125,7 +125,7 @@ jobs:
msystem: UCRT64
install: git mingw-w64-ucrt-x86_64-toolchain make zip
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Prepare
run: |
touch generic/tclStubInit.c generic/tclOOStubInit.c
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 11e4db5..b718ed3 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -30,7 +30,7 @@ jobs:
# Using powershell means we need to explicitly stop on failure
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
timeout-minutes: 5
- name: Init MSVC
uses: ilammy/msvc-dev-cmd@v1
@@ -81,7 +81,7 @@ jobs:
install: git mingw-w64-x86_64-toolchain make
timeout-minutes: 10
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
timeout-minutes: 5
- name: Prepare
run: |