aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-27 10:59:20 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-27 10:59:20 +0000
commit497b764c5a59fadb9e10773437eed6d2ea4a653d (patch)
tree07906f46ef446b8f59c7c26f7d532df39f839ed6
parentChange bluesky url from staging to prod (diff)
downloadferdium-recipes-dependabot/github_actions/tj-actions/changed-files-44.tar.gz
ferdium-recipes-dependabot/github_actions/tj-actions/changed-files-44.tar.zst
ferdium-recipes-dependabot/github_actions/tj-actions/changed-files-44.zip
Bump tj-actions/changed-files from 42 to 44dependabot/github_actions/tj-actions/changed-files-44
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 44. - [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/v42...v44) --- 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 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