Skip to content

Commit

Permalink
Revert "Update cache action runner (#252)"
Browse files Browse the repository at this point in the history
This reverts commit 0b4a7fe.

This avoids any potential backwards-compatibility issues that might
arise when using self-hosted runners that use Node.js 16 instead of
version 20.

For more details, see the discussion here:
#252
  • Loading branch information
ramsey committed Feb 29, 2024
1 parent 338f10e commit 1919f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -80,7 +80,7 @@ runs:
- name: "Cache Composer dependencies"
if: steps.should-cache.outputs.do-cache == 1
uses: "actions/cache@v4"
uses: "actions/cache@v3"
with:
path: "${{ steps.composer.outputs.cache-dir }}"
key: "${{ steps.cache-key.outputs.key }}"
Expand Down

0 comments on commit 1919f6c

Please sign in to comment.