diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index 5210ebf..49732f4 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -35,7 +35,7 @@ jobs: if: steps.buf-update.outputs.updated == 'true' run: "yarn run buf" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.9 + uses: peter-evans/create-pull-request@v8.0.0 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index 9d328dd..659f5d0 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -36,7 +36,7 @@ jobs: if: steps.buf-update.outputs.updated == 'true' run: "buf generate" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.9 + uses: peter-evans/create-pull-request@v8.0.0 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index feedcfb..481d7d2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -80,7 +80,7 @@ jobs: - name: Run tests run: CI=true yarn only-run-tests working-directory: ./js-dist - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: js-client-${{ matrix.node-version }} path: |