Skip to content

Commit

Permalink
Merge pull request #32 from psalm/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3
  • Loading branch information
weirdan authored Mar 5, 2023
2 parents 269db49 + 452c999 commit 5b92e23
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 5b92e23

Please sign in to comment.