Skip to content

Commit 91d715c

Browse files
authored
Merge pull request #62 from erikn69/patch-1
Use GitHub Actions V4
2 parents f0859be + 7096908 commit 91d715c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerpublish.yml

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

2323
- name: Docker meta
2424
id: meta

0 commit comments

Comments
 (0)