Skip to content

Commit

Permalink
chore: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Nov 28, 2023
1 parent 1782f7f commit 34f0920
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -25,7 +25,7 @@ jobs:
matrix:
phpversion: ['8.0', '8.1', '8.2', '8.3']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up PHP
uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
34 changes: 17 additions & 17 deletions test/cassettes/addresses/all.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34f0920

Please sign in to comment.