Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 1283b79

Browse files
Merge pull request #92 from reload/dependabot/github_actions/actions/checkout-4
2 parents 3cb3df4 + b107f3c commit 1283b79

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
outputs:
88
matrix: ${{ steps.php-versions.outputs.matrix }}
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Lookup PHP versions from Dockerfile-* names
1212
run: echo ::set-output name=matrix::$(ls Dockerfile-* | cut -c 12- | jq --raw-input --slurp 'split("\n") | map(select(. != ""))')
1313
id: php-versions
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
php: ${{ fromJSON(needs.php-versions.outputs.matrix) }}
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v2
2828
- name: Set up Docker Buildx

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
name: markdown
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Run markdownlint
1111
uses: actionshub/markdownlint@main

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
outputs:
88
matrix: ${{ steps.php-versions.outputs.matrix }}
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Lookup PHP versions from Dockerfile-* names
1212
run: echo ::set-output name=matrix::$(ls Dockerfile-* | cut -c 12- | jq --raw-input --slurp 'split("\n") | map(select(. != ""))')
1313
id: php-versions
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
php: ${{ fromJSON(needs.php-versions.outputs.matrix) }}
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Run hadolint
2525
uses: hadolint/[email protected]
2626
with:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Includes composer and drush, exposes PHP via fpm.
44

55
## Deprecated
6+
67
Use [reload/php-fpm](https://github.com/reload/php-fpm/) instead.
78

89
## Xdebug

0 commit comments

Comments
 (0)