From 8139be97a8e58666cc8ba80430c67f56f6b0d839 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Fri, 9 Feb 2024 16:42:36 -0500 Subject: [PATCH] Bump GitHub Actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca4afb6..2d8596b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: for k, v in outputs.items(): out.write(f'{k}={v}\n') - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # QEMU is used for non-x86_64 builds - uses: docker/setup-qemu-action@v3 # buildx adds additional features to docker build @@ -150,7 +150,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 if: (github.event_name == 'push' || github.event_name == 'release') with: context: .