Skip to content

Commit

Permalink
Merge pull request #25 from kiddivouchers/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

github-actions(deps): bump actions/checkout from 3 to 4
  • Loading branch information
cs278 authored Oct 2, 2023
2 parents 29c9301 + 3b39184 commit bc9d106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
echo "PHP_API=$(php-config --phpapi)" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: |
phpize
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
sudo make install
working-directory: php-${{ matrix.php-version }}
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: timecop
- name: Test Timecop
Expand Down

0 comments on commit bc9d106

Please sign in to comment.