From cc09b629a3fea6db664bfc5905880b4919e9ab7a Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Mon, 4 May 2026 19:06:55 +0200 Subject: [PATCH] Update GitHub Actions to use actions/checkout@v5 (Node.js 24 compatible) --- .github/workflows/aur-publish.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aur-publish.yml b/.github/workflows/aur-publish.yml index bf28185..d7a8ff6 100755 --- a/.github/workflows/aur-publish.yml +++ b/.github/workflows/aur-publish.yml @@ -28,7 +28,7 @@ jobs: useradd -m -u 1000 builder || true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ inputs.tag || github.ref_name }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 121ec21..7680887 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0acead4..fee1cf6 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable