Skip to content

Commit

Permalink
GH Actions: version update for actions/cache
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
jrfnl committed Mar 21, 2022
1 parent 4e4b26a commit 33ad931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
key: ${{ env.key }}

- name: Cache extensions
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.cache-env.outputs.dir }}
key: ${{ steps.cache-env.outputs.key }}
Expand Down

0 comments on commit 33ad931

Please sign in to comment.