diff --git a/.github/workflows/prerelease-comment.yml b/.github/workflows/prerelease-comment.yml index beb538c..daa26a6 100644 --- a/.github/workflows/prerelease-comment.yml +++ b/.github/workflows/prerelease-comment.yml @@ -16,7 +16,7 @@ jobs: name: Write comment to the PR steps: - name: 'Comment on PR' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -53,7 +53,7 @@ jobs: ``` - name: 'Remove the autorelease label once published' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 0e6529b..746fe40 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -41,7 +41,7 @@ jobs: path: packages/ngrx-rtk-query - name: Upload packaged artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: npm-package-ngrx-rtk-query@${{ steps.package-version.outputs.current-version }}-pr-${{ github.event.number }} # encode the PR number into the artifact name path: dist/packages/ngrx-rtk-query/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f817575..a81b2ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Create Version PR or Publish to NPM id: changesets - uses: changesets/action@v1 + uses: changesets/action@v1.4 with: commit: 'chore(release): version packages' title: 'chore(release): version packages'