aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-05 20:15:27 -0600
committerLibravatar GitHub <noreply@github.com>2024-04-05 20:15:27 -0600
commit90dd011d7f1dbe8443ba16755f5aaa519f62cfec (patch)
treee0d80cee0d0fe0f1f44dc0f96c7b021cc755a276
parentadd marcosins as a contributor for code [skip ci] (#528) (diff)
downloadferdium-recipes-90dd011d7f1dbe8443ba16755f5aaa519f62cfec.tar.gz
ferdium-recipes-90dd011d7f1dbe8443ba16755f5aaa519f62cfec.tar.zst
ferdium-recipes-90dd011d7f1dbe8443ba16755f5aaa519f62cfec.zip
Bump tj-actions/changed-files from 42 to 44 (#523)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 4937ddf..fe12ec5 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@v42 17 - uses: tj-actions/changed-files@v44
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