diff options
Diffstat (limited to '.github/workflows/linux-build.yml')
-rw-r--r-- | .github/workflows/linux-build.yml | 6 |
1 files changed, 3 insertions, 3 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 }}) |