Skip to content

Commit

Permalink
Update ci.yaml replacing GitHub Actions V2 (Deprecated) for V3 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs authored Oct 15, 2024
1 parent bad43a8 commit d118506
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.4"
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.4"
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand All @@ -69,7 +69,7 @@ jobs:

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

- name: "Roave BC Check"
uses: "docker://nyholm/roave-bc-check-ga"
Expand All @@ -90,7 +90,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.4"
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand All @@ -117,7 +117,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.4"
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand Down

0 comments on commit d118506

Please sign in to comment.