aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-11 09:29:00 +0000
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 09:42:52 +0000
commitea2d6f4b4d428f23c96244aee8d2dacf5fbe6f1a (patch)
tree83bd150665c778a37ebce6afbcaa1511d3a772fc
parentupgrade GHA actions to newer versions (diff)
downloadferdium-recipes-ea2d6f4b4d428f23c96244aee8d2dacf5fbe6f1a.tar.gz
ferdium-recipes-ea2d6f4b4d428f23c96244aee8d2dacf5fbe6f1a.tar.zst
ferdium-recipes-ea2d6f4b4d428f23c96244aee8d2dacf5fbe6f1a.zip
Bump tj-actions/changed-files from 37 to 41 in /.github/workflows
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 41. - [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/v37...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... 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 b94da53..55c7dcf 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@v37 17 - uses: tj-actions/changed-files@v41
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