From 2b3410e26fce47f77d85734e90e53a1a582dcd6f Mon Sep 17 00:00:00 2001 From: SuperSandro2000 Date: Fri, 1 May 2026 03:52:12 +0000 Subject: [PATCH] Merge template changes Signed-off-by: SuperSandro2000 --- .github/workflows/post-compare-link.yaml | 2 +- .github/workflows/template-sync.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-compare-link.yaml b/.github/workflows/post-compare-link.yaml index 8cf99ca9..c8c0ea27 100644 --- a/.github/workflows/post-compare-link.yaml +++ b/.github/workflows/post-compare-link.yaml @@ -12,7 +12,7 @@ jobs: post-compare-link: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: NuschtOS/flake-lock-compare-action@main diff --git a/.github/workflows/template-sync.yaml b/.github/workflows/template-sync.yaml index 9ff43389..fa6c007c 100644 --- a/.github/workflows/template-sync.yaml +++ b/.github/workflows/template-sync.yaml @@ -13,7 +13,7 @@ jobs: if: github.repository != 'NuschtOS/template' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} - uses: AndreasAugustin/actions-template-sync@v2