Closed
Description
Description:
It looks like there might have been a breaking change in the latest version of the action. With the following configuration:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
I'm getting during the cleanup step:
Cache folder paths are not retrieved for pnpm with cache-dependency-path =
Action version:
v3.8.0 - This only started happening within the last 2 hours, and 3.8.0 was released 2 hours ago so that makes me believe there's an issue with the latest release.
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
Node 18, PNPM 7.9.0
Repro steps:
Create a workflow with the following step:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
Expected behavior:
I expect the post-setup step to succeed.
Actual behavior:
It fails with an error message instead.