Skip to content

Commit 928b2e1

Browse files
authored
Merge pull request #91 from kool-dev/dependabot-merge
Dependabot merge
2 parents 28ed51f + 81907d5 commit 928b2e1

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3.5.0
20+
uses: actions/checkout@v4.1.1
2121

2222
- name: Setup QEMU
23-
uses: docker/setup-qemu-action@v2
23+
uses: docker/setup-qemu-action@v3
2424

2525
- name: Setup Docker Buildx
26-
uses: docker/setup-buildx-action@v2
26+
uses: docker/setup-buildx-action@v3
2727

2828
- name: Login to DockerHub
2929
uses: docker/login-action@v2
@@ -33,7 +33,7 @@ jobs:
3333
password: ${{ secrets.DOCKER_PASSWORD }}
3434

3535
- name: Build and export to Docker
36-
uses: docker/build-push-action@v4
36+
uses: docker/build-push-action@v5
3737
with:
3838
context: ${{ matrix.version }}${{ matrix.type }}
3939
load: true
@@ -51,7 +51,7 @@ jobs:
5151
docker run -e ENABLE_XDEBUG=true kooldev/php:${{ matrix.version }}${{ matrix.type }} php -m
5252
5353
- name: Build and push
54-
uses: docker/build-push-action@v4
54+
uses: docker/build-push-action@v5
5555
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
5656
with:
5757
context: ${{ matrix.version }}${{ matrix.type }}
@@ -60,7 +60,7 @@ jobs:
6060
tags: kooldev/php:${{ matrix.version }}${{ matrix.type }}
6161

6262
- name: Build and export to Docker (nginx)
63-
uses: docker/build-push-action@v4
63+
uses: docker/build-push-action@v5
6464
with:
6565
context: ${{ matrix.version }}-nginx${{ matrix.type }}
6666
load: true
@@ -81,7 +81,7 @@ jobs:
8181
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
8282
8383
- name: Build and push (nginx)
84-
uses: docker/build-push-action@v4
84+
uses: docker/build-push-action@v5
8585
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
8686
with:
8787
context: ${{ matrix.version }}-nginx${{ matrix.type }}

.github/workflows/docker-description.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
docker-description:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3.5.0
15+
- uses: actions/checkout@v4.1.1
1616

1717
- name: Sync Docker Hub Description
18-
uses: peter-evans/dockerhub-description@v3.3.0
18+
uses: peter-evans/dockerhub-description@v3.4.2
1919
env:
2020
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
2121
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)