We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d34da + a22d86f commit b115494Copy full SHA for b115494
2 files changed
.github/workflows/build-docker.yml
@@ -86,7 +86,7 @@ jobs:
86
# https://github.com/docker/setup-buildx-action
87
- name: Set up Docker Buildx
88
id: buildx
89
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
90
91
- name: Upload docker image
92
env:
@@ -106,7 +106,7 @@ jobs:
106
steps:
107
108
109
110
111
- name: Set up PHP
112
uses: shivammathur/setup-php@v2
.github/workflows/build-stubs.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
0 commit comments