Skip to content

Commit

Permalink
Merge pull request #291 from mglaman/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3
  • Loading branch information
mglaman authored May 19, 2023
2 parents 933e9b4 + 2141f62 commit d2775ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- "8.1"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
experimental: false
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
type: module
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down

0 comments on commit d2775ad

Please sign in to comment.