chore(deps): update actions/checkout action to v5
Some checks failed
Docker Build and Push / build (pull_request) Failing after 2s

This commit is contained in:
Renovate Bot
2025-08-11 18:10:57 +00:00
parent 6db1bbafe0
commit 009cb65c99

View File

@@ -8,7 +8,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- name: Login to Docker registry - name: Login to Docker registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: