diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a7f2994..d50c473 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,8 +7,8 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version: '24.x' - run: npm ci diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index ab9fea2..20ba7f0 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -14,14 +14,14 @@ jobs: create-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version: '24.x' - name: Update version run: VERSION=${{ inputs.version }} npm run prepare-release - name: Create a PR - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: title: "[bot] release ${{ inputs.version }}" commit-message: "[bot] release ${{ inputs.version }}" diff --git a/.github/workflows/release-package.yaml b/.github/workflows/release-package.yaml index 06eba4e..2b1b422 100644 --- a/.github/workflows/release-package.yaml +++ b/.github/workflows/release-package.yaml @@ -14,8 +14,8 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version: '24.x' registry-url: https://npm.pkg.github.com/