summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-04 19:58:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-04 19:58:22 (GMT)
commitdc50efa15ee348f0c31a10611ace6ccba440a6a5 (patch)
treeb967db40b8aef56499aa8fde7f381e10c23156ec /.github/workflows
parentc4e37ac1df099f302398d005ad5f004c14b4a9ca (diff)
downloadtcl-dc50efa15ee348f0c31a10611ace6ccba440a6a5.zip
tcl-dc50efa15ee348f0c31a10611ace6ccba440a6a5.tar.gz
tcl-dc50efa15ee348f0c31a10611ace6ccba440a6a5.tar.bz2
actions/checkout @v3 -> @v4
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml4
-rw-r--r--.github/workflows/win-build.yml4
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 7dd86b9..26a8cd9 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
- name: Prepare
run: |
touch tclStubInit.c tclOOStubInit.c
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 234fa95..1645bc7 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
- name: Prepare
run: |
touch tclStubInit.c tclOOStubInit.c
@@ -46,7 +46,7 @@ jobs:
working-directory: unix
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Prepare
run: |
touch tclStubInit.c tclOOStubInit.c
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index bd6671c..29ea421 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -28,7 +28,7 @@ jobs:
# Using powershell means we need to explicitly stop on failure
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Init MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Build ${{ matrix.cfgopt }}
@@ -71,7 +71,7 @@ jobs:
msystem: MINGW64
install: git mingw-w64-x86_64-toolchain make
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Prepare
run: |
touch tclStubInit.c tclOOStubInit.c