Skip to content

Commit e2bfa0e

Browse files
committed
Use actions/checkout@v3
1 parent 874410e commit e2bfa0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
1717
os: [ubuntu-latest]
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Use php ${{ matrix.php-version }}
2121
uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: ${{ matrix.php-version }}
2424
- name: Cache module
25-
uses: actions/cache@v2
25+
uses: actions/cache@v3
2626
with:
2727
path: ~/.composer/cache/
2828
key: composer-cache

0 commit comments

Comments
 (0)