Skip to content

Commit

Permalink
Update version of github checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Sep 21, 2024
1 parent 0d60b3a commit cf61b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
name: Testing on PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: mbstring,bcmath
extensions: mbstring, bcmath
tools: composer

- name: Install PHP dependencies
Expand Down

0 comments on commit cf61b46

Please sign in to comment.