Merge pull request 'chore(deps): update actions/checkout action to v5' (#3) from renovate/actions-checkout-5.x into main
Some checks failed
Docker Build and Push / build (push) Failing after 1s

Reviewed-on: #3
This commit is contained in:
2025-08-19 16:25:12 +12:00

View File

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