From 7eaa000ec9351769ea272b8daa5962f69e6bc9a5 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Wed, 6 Mar 2024 20:13:00 -0500 Subject: [PATCH] Bump actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bc8f6f..5601e4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: for k, v in outputs.items(): out.write(f'{k}={v}\n') - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: docker/setup-buildx-action@v3 with: driver-opts: network=host @@ -59,7 +59,7 @@ jobs: # The first build pushes to our local registry for testing. # The second build pushes to Docker Hub and ghcr.io - name: Build (local only) - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 id: docker_build with: context: . @@ -131,7 +131,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: .