Skip to content

Commit

Permalink
update GitHub workflows to use latest versions (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
browner12 authored Jan 19, 2024
1 parent cb79c29 commit cf1889c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

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

- name: Cache dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.composer/cache/files
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit cf1889c

Please sign in to comment.