From c77e33a170528d5e9746a156ad21cdd26220cb91 Mon Sep 17 00:00:00 2001 From: Abby O Date: Fri, 1 May 2026 00:37:16 +0100 Subject: [PATCH] chore: upgrade github actions and node runtime (issue #481) --- .github/workflows/build.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 807ace3..3c9e46e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: scripts: ${{ steps.filter.outputs.scripts }} workflow: ${{ steps.filter.outputs.workflow }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: dorny/paths-filter@v3 id: filter with: @@ -51,7 +51,7 @@ jobs: if: needs.changes.outputs.scripts == 'true' || needs.changes.outputs.workflow == 'true' steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install shellcheck run: sudo apt-get update && sudo apt-get install -y shellcheck @@ -77,7 +77,7 @@ jobs: if: needs.changes.outputs.scripts == 'true' || needs.changes.outputs.workflow == 'true' steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint PowerShell scripts (PSScriptAnalyzer) shell: pwsh @@ -119,10 +119,10 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.26.1' cache: true @@ -182,10 +182,10 @@ jobs: (needs.changes.outputs.go == 'true' || needs.changes.outputs.workflow == 'true') steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.26.1' cache: true @@ -219,12 +219,12 @@ jobs: arch: arm64 steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.26.1' cache: true @@ -256,7 +256,7 @@ jobs: run: ./bin/zcp-linux-amd64 version - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: zcp-${{ matrix.os }}-${{ matrix.arch }} path: bin/zcp-${{ matrix.os }}-${{ matrix.arch }}* @@ -271,12 +271,12 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts/