Skip to content

Commit 3b3b300

Browse files
authored
fix(template): Use correct actions (#569)
1 parent 9cbb811 commit 3b3b300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.github/workflows/build.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout Repository
44-
uses: stackabletech/actions/detect-changes@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12.0
44+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4545
with:
4646
persist-credentials: false
4747
fetch-depth: 0
4848

4949
- name: Check for changed files
5050
id: check
51-
uses: ./.github/actions/detect-changes
51+
uses: stackabletech/actions/detect-changes@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12.0
5252
with:
5353
patterns: |
5454
- '.github/workflows/build.yaml'

0 commit comments

Comments
 (0)