diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index ab6008a..170ae16 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@v8.1.0 + uses: peter-evans/create-pull-request@v8.1.1 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 89d212d..0e266d8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,4 +31,4 @@ jobs: if: "github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened' || github.event.action == 'edited')" steps: - uses: "actions/checkout@v6" - - uses: "webiny/action-conventional-commits@v1.3.1" + - uses: "webiny/action-conventional-commits@v1.4.2" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index 2fa00a4..9cb8582 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@v8.1.0 + uses: peter-evans/create-pull-request@v8.1.1 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 481d7d2..79d90f6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: codechange: "${{ steps.code-filter.outputs.codechange }}" steps: - uses: "actions/checkout@v6" - - uses: "dorny/paths-filter@v3" + - uses: "dorny/paths-filter@v4" id: "code-filter" with: filters: | @@ -80,7 +80,7 @@ jobs: - name: Run tests run: CI=true yarn only-run-tests working-directory: ./js-dist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: js-client-${{ matrix.node-version }} path: |