We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbb811 commit 3b3b300Copy full SHA for 3b3b300
template/.github/workflows/build.yaml.j2
@@ -41,14 +41,14 @@ jobs:
41
runs-on: ubuntu-latest
42
steps:
43
- name: Checkout Repository
44
- uses: stackabletech/actions/detect-changes@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12.0
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45
with:
46
persist-credentials: false
47
fetch-depth: 0
48
49
- name: Check for changed files
50
id: check
51
- uses: ./.github/actions/detect-changes
+ uses: stackabletech/actions/detect-changes@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12.0
52
53
patterns: |
54
- '.github/workflows/build.yaml'
0 commit comments