aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-11 10:01:17 +0000
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 10:33:11 +0000
commit5a2095d899bdccaed79356b7f5094a2e4b59fc9a (patch)
tree0c273e59d869ef4c058af97db4061dab4097a287
parentUpdate dependabot.yml to handle both app and GHA dependencies (diff)
downloadferdium-recipes-5a2095d899bdccaed79356b7f5094a2e4b59fc9a.tar.gz
ferdium-recipes-5a2095d899bdccaed79356b7f5094a2e4b59fc9a.tar.zst
ferdium-recipes-5a2095d899bdccaed79356b7f5094a2e4b59fc9a.zip
Bump tj-actions/changed-files from 41 to 42
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v41...v42) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@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 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