1 Commits

Author SHA1 Message Date
renovate[bot]
932d59bf38 chore(deps): update actions/github-script action to v7 2023-11-13 18:34:19 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ runs:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

View File

@@ -21,7 +21,7 @@ jobs:
git config --global user.email action@github.io
git config --global user.name 'Github changeset workflow'
- name: Generate changeset
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const { promises: fs } = require("fs");