diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c87a6b5..cd1b85b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,9 +22,9 @@ jobs: node-version: "18" - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/package.json b/package.json index be6cb20..a3cf749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starred-to-logseq-action", - "version": "1.2.0", + "version": "1.3.0", "description": "This project is a GitHub action that outputs GitHub stars in the format of Logseq documents.", "main": "dist/index.js", "scripts": {