summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/linux-build.yml6
-rw-r--r--.github/workflows/mac-build.yml2
-rw-r--r--.github/workflows/win-build.yml4
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index ad2bf83..c80d8f1 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -26,11 +26,11 @@ jobs:
- "--disable-xss"
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-5-branch
@@ -116,7 +116,7 @@ jobs:
- "mem"
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/mac-build.yml b/.github/workflows/mac-build.yml
index 0d82a76..b08ccbe 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -20,7 +20,7 @@ jobs:
working-directory: unix
steps:
- name: Check out Tk
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Prepare checked out repository
run: |
touch ../generic/tkStubInit.c ../doc/man.macros
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 3b1cac6..3271f71 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -24,9 +24,9 @@ jobs:
msystem: MINGW64
install: git mingw-w64-x86_64-toolchain make
- 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-5-branch