Skip to content

Commit

Permalink
Merge pull request #70 from erikn69/patch-1
Browse files Browse the repository at this point in the history
Use GitHub Actions V4
  • Loading branch information
bestlong authored Oct 10, 2023
2 parents c99581c + a33ec90 commit db62936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
php_version: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Docker meta
id: meta
Expand Down

0 comments on commit db62936

Please sign in to comment.