Skip to content

Commit 436a114

Browse files
committed
Merge branch 'main' of github.com:Coderockr/docker-php into fpm
2 parents e70dd9c + 1c75e80 commit 436a114

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@ jobs:
2323

2424
steps:
2525
- name: Check out the repo
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727

2828
- name: Log in to Docker Hub
2929
if: github.event_name != 'pull_request'
30-
uses: docker/login-action@v3
30+
uses: docker/login-action@v4
3131
with:
3232
username: ${{ secrets.DOCKER_USERNAME }}
3333
password: ${{ secrets.DOCKER_PASSWORD }}
3434

3535
- name: Set up QEMU
36-
uses: docker/setup-qemu-action@v3
36+
uses: docker/setup-qemu-action@v4
3737

3838
- name: Set up Docker Buildx
39-
uses: docker/setup-buildx-action@v3
39+
uses: docker/setup-buildx-action@v4
4040

4141
- name: Log in to the Container registry
4242
if: github.event_name != 'pull_request'
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.actor }}

0 commit comments

Comments
 (0)