Skip to content

Commit db62936

Browse files
authored
Merge pull request #70 from erikn69/patch-1
Use GitHub Actions V4
2 parents c99581c + a33ec90 commit db62936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
php_version: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Docker meta
2121
id: meta

0 commit comments

Comments
 (0)