diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-08-12 08:49:41 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-08-12 08:49:41 (GMT) |
| commit | 4f6b05865f90108d30f813b45771ad81ab4a771d (patch) | |
| tree | 0d327164b6bf0ca52a6c9c7665a6c71dc43f63a0 | |
| parent | 0e0db3eebbdd61ad8fa4395b3d7b4fbc098e6f10 (diff) | |
| download | tcl-4f6b05865f90108d30f813b45771ad81ab4a771d.zip tcl-4f6b05865f90108d30f813b45771ad81ab4a771d.tar.gz tcl-4f6b05865f90108d30f813b45771ad81ab4a771d.tar.bz2 | |
Update actions/checkout@v4 to actions/checkout@v5
| -rw-r--r-- | .github/workflows/linux-build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/mac-build.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/win-build.yml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index aeee20f..5d7efd7 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -30,7 +30,7 @@ jobs: working-directory: unix steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 timeout-minutes: 5 - name: Install 32-bit dependencies if needed # Duplicated from above diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index afe6afa..746ee19 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -17,7 +17,7 @@ jobs: working-directory: macosx steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 timeout-minutes: 5 - name: Prepare run: | @@ -48,7 +48,7 @@ jobs: working-directory: unix steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 timeout-minutes: 5 - name: Prepare run: | diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 287016a..09468d7 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -28,7 +28,7 @@ jobs: # Using powershell means we need to explicitly stop on failure steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 timeout-minutes: 5 - name: Init MSVC uses: ilammy/msvc-dev-cmd@v1 @@ -77,7 +77,7 @@ jobs: install: git mingw-w64-x86_64-toolchain make timeout-minutes: 10 - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 timeout-minutes: 5 - name: Prepare run: | |
