0
mirror of https://github.com/actions/checkout.git synced 2025-12-18 15:09:32 +00:00

Merge 1b0793cc055e5dd9553cb43915856a72b9d1db32 into 8e8c483db84b4bee98b60c0593521ed34d9990e8

This commit is contained in:
dependabot[bot] 2025-12-12 20:01:47 +00:00 committed by GitHub
commit 5627920fc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Publish - name: Publish
id: publish id: publish
uses: actions/publish-immutable-action@0.0.3 uses: actions/publish-immutable-action@v0.0.4

View File

@ -48,7 +48,7 @@ jobs:
# Use `docker/build-push-action` to build (and optionally publish) the image. # Use `docker/build-push-action` to build (and optionally publish) the image.
- name: Build Docker Image (with optional Push) - name: Build Docker Image (with optional Push)
uses: docker/build-push-action@v6.5.0 uses: docker/build-push-action@v6.10.0
with: with:
context: . context: .
file: images/test-ubuntu-git.Dockerfile file: images/test-ubuntu-git.Dockerfile