Skip to content

Commit

Permalink
SP-1031: Upgrade to actions/checkoutv4
Browse files Browse the repository at this point in the history
  • Loading branch information
p-maguire committed Sep 10, 2024
1 parent d017a3c commit 40529aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
php-version: [ 8.1, 8.2, 8.3 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Composer Dependencies
run: composer install --dev
- name: Change permissions for phpcs
Expand Down

0 comments on commit 40529aa

Please sign in to comment.