From dc50efa15ee348f0c31a10611ace6ccba440a6a5 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 4 Sep 2023 19:58:22 +0000 Subject: actions/checkout @v3 -> @v4 --- .github/workflows/linux-build.yml | 2 +- .github/workflows/mac-build.yml | 4 ++-- .github/workflows/win-build.yml | 4 ++-- 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 -- cgit v0.12