Skip to content
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

Cacheing fails for Github Actions due to API change #20

Open
RobFirth opened this issue Feb 3, 2023 · 0 comments
Open

Cacheing fails for Github Actions due to API change #20

RobFirth opened this issue Feb 3, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@RobFirth
Copy link
Contributor

RobFirth commented Feb 3, 2023

See: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

So for permacache-poetry:

Run actions/[email protected]
  with:
    path: ~/.poetry
    key: poetry
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.9.16/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.16/x64/lib
Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/[2](https://github.com/stfc/pre-commit-hooks/actions/runs/4084987471/jobs/7042481773#step:4:2)022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Cache not found for input keys: poetry

see job here - https://github.com/stfc/pre-commit-hooks/actions/runs/4084987471/jobs/7042481773

@RobFirth RobFirth self-assigned this Feb 3, 2023
@RobFirth RobFirth added the bug Something isn't working label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant