issues Search Results · repo:actions/cache language:TypeScript
Filter by
820 results
(76 ms)820 results
inactions/cache (press backspace or delete to remove)Hello team. Would appreciate if you take a look and provide some insights, suggestions or even a fix for the following:
Context: We have about 130 workflows that can run simultaneously. Each workflow ...
svaraksin-gd
- Opened 4 days ago
- #1603
I have the following workflow:
name: ci
on:
push:
branches: [main]
tags: [v*]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
ci:
runs-on: ubuntu-latest
steps:
- ...
lucasfelber
- 2
- Opened 11 days ago
- #1599
I pull actions/cache via npm at a tag into my project as cache , and await require( cache/dist/restore ).default()
inside if. This worked fine in v4.1.1.
I recently had to upgrade it to v4.2.3 (because ...
ljharb
- 2
- Opened 18 days ago
- #1597
Steps to reproduce error
name: Caching venv
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache venv
id: cache-venv
uses: actions/cache@v4 ...
VinothKanna007
- Opened 21 days ago
- #1596
I run workflows using both Github-hosted runners and self-hosted runners. When a Github-hosted runner stores an artifact
in the cache, the self-hosted runner does not find it, even though it is using exactly ...
bill-taut
- 2
- Opened 24 days ago
- #1595
Using the last version of the actions/cache we have started to receive the following error:
Failed to save: Unable to reserve cache with key ....., another job may be creating this cache. More details: ...
juanjoi-empathy
- 2
- Opened 26 days ago
- #1594
In the actions workflow the below snippet is present to cache the pip dependencies, now getting the below error while
inserting anything in the mentioned directory. This was working fine till now, from ...
DFi-DeepakMishra
- 1
- Opened 26 days ago
- #1593
I am trying to setup Github action for running unit tests on the iOS project but I am getting strange results while
executing it.
First build without cached CocoaPods is taking around 25 min but if cache ...
IgorP-Grip
- Opened 26 days ago
- #1592
Several users are confused about what restore-keys actually does or in what contexts it should be used.
See this StackOverflow Q A.
A more intuitive name would be fallback-keys, backup-keys, or partial-restore-keys. ...
PaulRBerg
- Opened 27 days ago
- #1590
Post run, we are getting an error:
Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
Image
Similar to these issues: https://github.com/actions/setup-node/issues/801 ...
submarines-and
- Opened on Apr 10
- #1588

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.