Skip to content

Commit c0bacfa

Browse files
committed
Bump action versions so this workflow can run
1 parent e815617 commit c0bacfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout the repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Cache Composer dependencies
18-
uses: actions/cache@v2
18+
uses: actions/cache@v4
1919
with:
2020
path: /tmp/composer-cache
2121
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)