Skip to content

Commit

Permalink
upgrade github action checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed Mar 29, 2024
1 parent eb80b23 commit 47f3731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
php-versions: ['7.3', '7.4', '8.0']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
php-versions: ['8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

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

0 comments on commit 47f3731

Please sign in to comment.