Skip to content

Commit

Permalink
workflows use actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi-anik committed Mar 8, 2023
1 parent 3b1c2a4 commit d63ae01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sniffer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install PHP Codesniffer
run: composer global require squizlabs/php_codesniffer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -37,7 +37,7 @@ jobs:

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

- uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit d63ae01

Please sign in to comment.