Skip to content

Commit 78d3c83

Browse files
authored
Merge pull request #1660 from kintone-labs/hotfix_SSR-5773_set_action-core_version
SSR-5773:[hotfix] set @action/core to v2
2 parents 1893886 + 2779708 commit 78d3c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_release_v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
pnpm install --frozen-lockfile
33-
pnpm add @actions/core --save-dev
33+
pnpm add @actions/core@2 --save-dev
3434
git checkout package.json
3535
- name: Check version
3636
id: check_version

0 commit comments

Comments
 (0)