aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-pr.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-30 09:58:41 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-30 09:58:41 +0530
commita4b5b52ea7d6491b4506352fb640624ff02b4b0c (patch)
tree86afa47086689765be259cf0e90a10c126786cd3 /.github/workflows/check-pr.yml
parentUpgrade 'pnpm' to '8.6.0' (diff)
downloadferdium-recipes-a4b5b52ea7d6491b4506352fb640624ff02b4b0c.tar.gz
ferdium-recipes-a4b5b52ea7d6491b4506352fb640624ff02b4b0c.tar.zst
ferdium-recipes-a4b5b52ea7d6491b4506352fb640624ff02b4b0c.zip
Bump up version of 'tj-actions/changed-files'
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 def73ab..5fff282 100644
--- a/.github/workflows/check-pr.yml
+++ b/.github/workflows/check-pr.yml
@@ -14,7 +14,7 @@ jobs:
14 uses: actions/checkout@v3 14 uses: actions/checkout@v3
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@v35 17 - uses: tj-actions/changed-files@v36
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