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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index b8321f7..883c70e 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -11,7 +11,7 @@ jobs:
working-directory: macosx
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Prepare
run: |
touch tclStubInit.c tclOOStubInit.c
@@ -39,7 +39,7 @@ jobs:
working-directory: unix
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Prepare
run: |
touch tclStubInit.c tclOOStubInit.c