diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-26 22:31:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-26 22:31:39 (GMT) |
commit | c54b502e0d4673f4250097cdc2358cac90c56ecc (patch) | |
tree | 36d8911ff6166e8215d2102fc71ead6996478f78 /.github/workflows/mac-build.yml | |
parent | ffda1b67f7a2399cc521a0d808f9b099f0bf26c0 (diff) | |
download | tcl-c54b502e0d4673f4250097cdc2358cac90c56ecc.zip tcl-c54b502e0d4673f4250097cdc2358cac90c56ecc.tar.gz tcl-c54b502e0d4673f4250097cdc2358cac90c56ecc.tar.bz2 |
[https://github.com/tcltk/tcl/pull/15] and typo
Diffstat (limited to '.github/workflows/mac-build.yml')
-rw-r--r-- | .github/workflows/mac-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 8593989..5b0c657 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 working-directory: generic @@ -37,7 +37,7 @@ jobs: working-directory: unix steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Prepare run: | touch tclStubInit.c |