Skip to content

Commit

Permalink
Updated Github actions versions to avoid deprecations (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Oct 13, 2022
1 parent ce8fe5a commit ba1a7e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-binary-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install deps
run: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ba1a7e1

Please sign in to comment.