diff options
author | 2023-02-27 15:34:52 +0000 | |
---|---|---|
committer | 2023-02-27 15:34:52 +0000 | |
commit | e9249742766001d5e0ab5e466f9d7081c9266f8c (patch) | |
tree | 3791c0542fbb15b6c363e9378c608c34169abfbd | |
parent | Build against both amd64 and arm64 architectures (diff) |
Bump CI action versions
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4918327..5e0ebad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,13 +19,13 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Login to Github Container Registry uses: docker/login-action@v1 |