Skip to content

Commit

Permalink
actualiza checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
aldilop committed Jun 14, 2024
1 parent f6c2326 commit 93d4f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

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

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '7.0'

- name: Install dependencies
run: composer install
Expand Down

0 comments on commit 93d4f6c

Please sign in to comment.