From b3324f01e822295ca43d0ca150f5924e375e569c Mon Sep 17 00:00:00 2001 From: Divarion-D Date: Sun, 15 Mar 2026 19:32:14 +0300 Subject: [PATCH] chore: update actions/checkout to v6 in build and pre-release workflows --- .github/workflows/build-release.yml | 2 +- .github/workflows/build_pre-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a863464..d07a38e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -25,7 +25,7 @@ jobs: echo "name=${TAG}" >> "$GITHUB_OUTPUT" - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ steps.tag.outputs.name }} fetch-depth: 0 diff --git a/.github/workflows/build_pre-release.yml b/.github/workflows/build_pre-release.yml index 1beaed2..cbfdc04 100644 --- a/.github/workflows/build_pre-release.yml +++ b/.github/workflows/build_pre-release.yml @@ -25,7 +25,7 @@ jobs: echo "name=${TAG}" >> "$GITHUB_OUTPUT" - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ steps.tag.outputs.name }} fetch-depth: 0