Skip to content

Commit ae4832c

Browse files
Update github actions
1 parent e3479df commit ae4832c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
stack-version: 7.4.1
3131

32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0 # This is needed for Roave BC check
3535

@@ -44,7 +44,7 @@ jobs:
4444
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4545

4646
- name: Cache Composer
47-
uses: actions/cache@v2
47+
uses: actions/cache@v4
4848
with:
4949
path: ${{ steps.composer-cache.outputs.dir }}
5050
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json **/composer.lock') }}

0 commit comments

Comments
 (0)