From 78bc914cf91c4ad364bab350067d9866495ac7a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:39:23 +0000 Subject: [PATCH] Update github-actions --- .github/workflows/ubuntu-23.04.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu-23.04.yml b/.github/workflows/ubuntu-23.04.yml index af2640c..f2d33aa 100644 --- a/.github/workflows/ubuntu-23.04.yml +++ b/.github/workflows/ubuntu-23.04.yml @@ -13,20 +13,20 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v3 - name: Login to the GitHub Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ secrets.GHCR_USER }} password: ${{ secrets.GHCR_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: push: true context: .