summaryrefslogtreecommitdiffstats
path: root/.github/workflows/onefiledist.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-26 22:36:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-26 22:36:21 (GMT)
commit4e676d5250707f9f54b690772aa28527abbc3f82 (patch)
tree3fdc0d2d6c048a42bd6ae555d0c453f15dd34c71 /.github/workflows/onefiledist.yml
parent0e71952f875f6b305ed4b7505a4d05afa4249dc5 (diff)
parentcdddf2fe34de8e6c81fdc161711ed9adc27692c7 (diff)
downloadtcl-4e676d5250707f9f54b690772aa28527abbc3f82.zip
tcl-4e676d5250707f9f54b690772aa28527abbc3f82.tar.gz
tcl-4e676d5250707f9f54b690772aa28527abbc3f82.tar.bz2
Merge 8.6
Diffstat (limited to '.github/workflows/onefiledist.yml')
-rw-r--r--.github/workflows/onefiledist.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index 05ca83c..c4212d4 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -11,7 +11,7 @@ jobs:
shell: bash
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Prepare
run: |
touch generic/tclStubInit.c generic/tclOOStubInit.c
@@ -46,9 +46,9 @@ jobs:
shell: bash
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Checkout create-dmg
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: create-dmg/create-dmg
ref: v1.0.8
@@ -116,7 +116,7 @@ jobs:
msystem: UCRT64
install: git mingw-w64-ucrt-x86_64-toolchain make zip
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Prepare
run: |
touch generic/tclStubInit.c generic/tclOOStubInit.c