From ba148ef1a5396ee79381f0327d2ffce9256548d8 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 6 Feb 2025 17:54:02 +0100 Subject: [PATCH] Update checkout version --- .gitea/workflows/pushImage.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pushImage.yaml b/.gitea/workflows/pushImage.yaml index 4e6c7f5..3e45443 100644 --- a/.gitea/workflows/pushImage.yaml +++ b/.gitea/workflows/pushImage.yaml @@ -1,4 +1,4 @@ -name: Push Image to registry +name: Push image to registry on: push: branches: @@ -9,8 +9,8 @@ jobs: build-image: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 + - name: Check out repository code + uses: actions/checkout@v4 - name: Login to Docker Hub uses: docker/login-action@v3 with: