Skip to content

Commit 33ad931

Browse files
committed
GH Actions: version update for actions/cache
The update doesn't actually contain any changed functionality, it's mostly just a change of the Node version used by the action itself (from Node 12 to Node 16), but see the changelog for more info. Refs: * https://github.com/actions/cache/releases/
1 parent 4e4b26a commit 33ad931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ env.key }}
4343

4444
- name: Cache extensions
45-
uses: actions/cache@v2
45+
uses: actions/cache@v3
4646
with:
4747
path: ${{ steps.cache-env.outputs.dir }}
4848
key: ${{ steps.cache-env.outputs.key }}

0 commit comments

Comments
 (0)