summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-27 09:09:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-27 09:09:03 (GMT)
commit9f026c1d4be7846c9320926552b3735396e0350d (patch)
treeca6e41174a69524d74fc75d5474c4d9a6394d804
parent1d46926be5f09720b1cc0f20d5b2fae1d55236d5 (diff)
parentbd20551089cd5a09e786461aa94c0f27b161ed3f (diff)
downloadtk-9f026c1d4be7846c9320926552b3735396e0350d.zip
tk-9f026c1d4be7846c9320926552b3735396e0350d.tar.gz
tk-9f026c1d4be7846c9320926552b3735396e0350d.tar.bz2
actions/checkout@v2 -> actions/checkout@v3
-rw-r--r--.github/workflows/linux-build.yml6
-rw-r--r--.github/workflows/mac-build.yml8
-rw-r--r--.github/workflows/win-build.yml8
3 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index d0223a7..280d0bf 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-6-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 f647d45..cf19261 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/win-build.yml b/.github/workflows/win-build.yml
index 3076ac8..a79087f 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-6-branch
@@ -104,9 +104,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-6-branch