Skip to content

Commit

Permalink
Merge pull request #16 from DannyvdSluijs/patch-1
Browse files Browse the repository at this point in the history
Update ci.yml replacing GitHub Actions V2 (Deprecated) for V3
  • Loading branch information
theseer committed Jun 13, 2023
2 parents 7d7a71f + 28f6a47 commit 95c424c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -39,7 +39,7 @@ jobs:
tools: phive

- name: Install java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
Expand Down

0 comments on commit 95c424c

Please sign in to comment.