2
0
Fork 0
mirror of https://code.forgejo.org/docker/build-push-action.git synced 2025-10-04 18:20:46 +00:00

Merge pull request #1413 from osman-butt/docs/update-checkout-v5

docs: update checkout action to v5 in README examples
This commit is contained in:
CrazyMax 2025-09-29 12:15:59 +02:00 committed by GitHub
commit 9e436ba9f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,7 +131,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
-
name: Login to Docker Hub
uses: docker/login-action@v3