aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-recipe-version-bump/index.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-30 09:58:41 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-30 09:58:41 +0530
commita4b5b52ea7d6491b4506352fb640624ff02b4b0c (patch)
tree86afa47086689765be259cf0e90a10c126786cd3 /.github/workflows/check-recipe-version-bump/index.js
parentUpgrade 'pnpm' to '8.6.0' (diff)
downloadferdium-recipes-a4b5b52ea7d6491b4506352fb640624ff02b4b0c.tar.gz
ferdium-recipes-a4b5b52ea7d6491b4506352fb640624ff02b4b0c.tar.zst
ferdium-recipes-a4b5b52ea7d6491b4506352fb640624ff02b4b0c.zip
Bump up version of 'tj-actions/changed-files'
Diffstat (limited to '.github/workflows/check-recipe-version-bump/index.js')
-rw-r--r--.github/workflows/check-recipe-version-bump/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/check-recipe-version-bump/index.js b/.github/workflows/check-recipe-version-bump/index.js
index 3c40480..e6e1ba9 100644
--- a/.github/workflows/check-recipe-version-bump/index.js
+++ b/.github/workflows/check-recipe-version-bump/index.js
@@ -67,7 +67,6 @@ try {
67 notBumpedUpRecipes[ 67 notBumpedUpRecipes[
68 recipe 68 recipe
69 ] = `${packageCurrent.version} is not greater than ${packageMain.version}`; 69 ] = `${packageCurrent.version} is not greater than ${packageMain.version}`;
70 continue;
71 } 70 }
72 } 71 }
73 72