-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.8.0 - "Cache folder paths are not retrieved for..." #828
Comments
Confirming it works fine if I downgrade to 3.7.0 inside my workflow. |
Can confirm. Getting the same error with the latest version ( |
Hello everyone. Could you please provide a public repository to take a look at the build? |
Hello everyone. It looks like the |
Ah, could it be warnings output by In the past, I believe the node setup action has just ignored the warnings and used the last line of output. Perhaps something was changed with the 3.8 release that made it try and interpret the first line as the result instead? Yep; this is the output I get when running
I've kept the version of PNPM constant this whole time so this warning can't be new on PNPM's part. |
Whatever it was, it was a breaking change with a minor version bump. Affected Actions for us as well. 😄 |
Hello everyone. Could you please try to use |
The error above-mentioned is resolved, but it does not works for me.
I tried with the following step:
|
Hello @t-jimbo. Could you please send the build ? If it is not possible to provide a public build could you please provide logs with enabled debug step ? |
Hi @dmitry-shibanov. Here you are. I assume it relates to #801 Logs - Post Run actions/setup-node@main
|
@t-jimbo. Which versions of Nodejs and Pnpm do you use? Do you use composite action? Could you please add a step before cleanups to check that path: |
bumping back to 3.7.0 for us also worked |
It worked for me after updating it to |
Hello @chrisadubois. If the repository is public could you please provide a build ? |
Ah, sorry. It was my fault. [FYI] worked with following:
|
@dmitry-shibanov Thanks for the quick fix here -- do you have an ETA for when this will be released? |
Hello everyone. We released a new version of setup-node (3.8.1). For now I'm going to close the issue. |
Still not working for me, using
I'm using the action like this: - name: Setup node
uses: actions/setup-node@v3
with:
cache: pnpm |
Hello @decline. Could you please send the public build ? |
We are also affected by this issue. I just tried downgrading to Looking at the logs, I'm guessing this is some kind of a path conflict with |
Description:
It looks like there might have been a breaking change in the latest version of the action. With the following configuration:
I'm getting during the cleanup step:
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:
Runner type:
Tools version:
Node 18, PNPM 7.9.0
Repro steps:
Create a workflow with the following step:
Expected behavior:
I expect the post-setup step to succeed.
Actual behavior:
It fails with an error message instead.
The text was updated successfully, but these errors were encountered: