aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-pr.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-pr.yml')
-rw-r--r--.github/workflows/check-pr.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml
index 55c7dcf..4937ddf 100644
--- a/.github/workflows/check-pr.yml
+++ b/.github/workflows/check-pr.yml
@@ -14,7 +14,7 @@ jobs:
14 uses: actions/checkout@v4 14 uses: actions/checkout@v4
15 - name: Fetch main branch 15 - name: Fetch main branch
16 run: git fetch origin main --depth 1 16 run: git fetch origin main --depth 1
17 - uses: tj-actions/changed-files@v41 17 - uses: tj-actions/changed-files@v42
18 id: changed-files 18 id: changed-files
19 - name: Checking recipe version bump 19 - name: Checking recipe version bump
20 uses: ./.github/workflows/check-recipe-version-bump 20 uses: ./.github/workflows/check-recipe-version-bump