Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 9b08760

Browse files
author
Dominik František Bučík
authored
Merge pull request #68 from CESNET/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3
2 parents 51eeb9f + 2af4019 commit 9b08760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Cache Composer dependencies
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
with:
2525
path: /tmp/composer-cache
2626
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)