summaryrefslogtreecommitdiffstats
path: root/.github/workflows/mac-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mac-build.yml')
-rw-r--r--.github/workflows/mac-build.yml8
1 files changed, 4 insertions, 4 deletions
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