From dcab2c33d0f3dbce17bc1fdd4e9e8fae92ed02db Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Tue, 26 Dec 2023 21:21:45 +1000 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/pr.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f946fa9..361944d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.2.4 + uses: actions/checkout@v4 + - uses: pnpm/action-setup@v2 with: version: latest @@ -35,11 +35,11 @@ jobs: ./dist/build.tar - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Buildah Build id: build-container - uses: redhat-actions/buildah-build@v2.12 + uses: redhat-actions/buildah-build@v2 with: containerfiles: | ./Containerfile @@ -50,7 +50,7 @@ jobs: - name: Push To Registry id: push-to-registry - uses: redhat-actions/push-to-registry@v2.7 + uses: redhat-actions/push-to-registry@v2 with: image: ${{ steps.build-container.outputs.image }} tags: ${{ steps.build-container.outputs.tags }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9674cb70..c6312a58 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2 with: version: latest