From 740cbd511cd2b2602765fd9106058fd783a75bb9 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 2 Dec 2025 10:11:26 +0100 Subject: [PATCH] fix(template): Use correct actions --- template/.github/workflows/build.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/build.yaml.j2 b/template/.github/workflows/build.yaml.j2 index aaed2af0..af893c06 100644 --- a/template/.github/workflows/build.yaml.j2 +++ b/template/.github/workflows/build.yaml.j2 @@ -41,14 +41,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: stackabletech/actions/detect-changes@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false fetch-depth: 0 - name: Check for changed files id: check - uses: ./.github/actions/detect-changes + uses: stackabletech/actions/detect-changes@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12.0 with: patterns: | - '.github/workflows/build.yaml'