Update checkout version

This commit is contained in:
2025-02-06 17:54:02 +01:00
parent 4e5366e39e
commit ba148ef1a5

View File

@ -1,4 +1,4 @@
name: Push Image to registry name: Push image to registry
on: on:
push: push:
branches: branches:
@ -9,8 +9,8 @@ jobs:
build-image: build-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Check out repository code
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: