Skip to content

Commit

Permalink
Use checkout actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 26, 2022
1 parent 7f9cad9 commit e428a0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

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

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

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

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

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

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit e428a0b

Please sign in to comment.