diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e4e181..186aa70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Extract version run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV - uses: ncipollo/release-action@v1