aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/check-pr.yml2
-rw-r--r--.github/workflows/check-recipe-version-bump/index.js1
-rw-r--r--pnpm-lock.yaml6
3 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml
index def73ab..5fff282 100644
--- a/.github/workflows/check-pr.yml
+++ b/.github/workflows/check-pr.yml
@@ -14,7 +14,7 @@ jobs:
14 uses: actions/checkout@v3 14 uses: actions/checkout@v3
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@v35 17 - uses: tj-actions/changed-files@v36
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
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
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f123a1c..913d852 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,4 +1,8 @@
1lockfileVersion: '6.0' 1lockfileVersion: '6.1'
2
3settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
2 6
3importers: 7importers:
4 8