This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
commit d7ccefd66dbfd1f837402adc381c366ed028265f Author: Matteo Merli <[email protected]> AuthorDate: Thu Oct 13 11:14:01 2022 -0700 Updated Github actions versions to avoid deprecations (#49) --- .github/workflows/ci-build-binary-artifacts.yaml | 4 ++-- .github/workflows/ci-pr-validation.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-build-binary-artifacts.yaml b/.github/workflows/ci-build-binary-artifacts.yaml index 21e13db..f2a931e 100644 --- a/.github/workflows/ci-build-binary-artifacts.yaml +++ b/.github/workflows/ci-build-binary-artifacts.yaml @@ -47,10 +47,10 @@ jobs: steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up QEMU - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v2 - name: Package Pulsar source run: build-support/generate-source-archive.sh diff --git a/.github/workflows/ci-pr-validation.yaml b/.github/workflows/ci-pr-validation.yaml index b4b9655..58f1485 100644 --- a/.github/workflows/ci-pr-validation.yaml +++ b/.github/workflows/ci-pr-validation.yaml @@ -36,7 +36,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install deps run: | @@ -102,10 +102,10 @@ jobs: steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Restore vcpkg and its artifacts. - uses: actions/cache@v2 + uses: actions/cache@v3 id: vcpkg-cache with: path: | @@ -194,10 +194,10 @@ jobs: steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up QEMU - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v2 - name: Package Pulsar source run: build-support/generate-source-archive.sh
