aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-14 10:18:03 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-14 10:18:03 +0000
commit17c031514e318296f43aba1dc1508eeb3c0cc207 (patch)
tree24a5d2343cc8b209100fe5781bcdfa904923fd45
parentGoogle Voice darkmode update for add contact (#516) (diff)
downloadferdium-recipes-dependabot/github_actions/tj-actions/changed-files-43.tar.gz
ferdium-recipes-dependabot/github_actions/tj-actions/changed-files-43.tar.zst
ferdium-recipes-dependabot/github_actions/tj-actions/changed-files-43.zip
Bump tj-actions/changed-files from 42 to 43dependabot/github_actions/tj-actions/changed-files-43
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 43. - [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...v43) --- 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..64c1c86 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@v43
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