Skip to content

issues Search Results · repo:actions/cache language:TypeScript

Filter by

824 results
 (88 ms)

824 results

inactions/cache (press backspace or delete to remove)

Description We encountered a critical issue in actions/cache@v4 when the initial call to CreateCacheEntry timed out during an upload, likely due to a partial GitHub Actions outage. Here is the affected ...
  • OhmSpectator
  • Opened 
    yesterday
  • #1612

There are repeated errors in workflows with this action. Cache didn t restored correctly. Warning: The runner was not able to contact the cache service. Caching will be skipped Run actions/cache@v4 Warning: ...
  • arxanter
  • 7
  • Opened 
    3 days ago
  • #1611

We have a CI setup that has been working for a long time. suddenly stopped working and returning the below message in all PRs Run actions/cache/save@v4 Warning: An internal error has occurred in cache ...
  • yalattas
  • 5
  • Opened 
    3 days ago
  • #1610

It would be helpful to document explicitely in README.md what GITHUB_TOKEN permissions must be granted. The actions/setup-go (which uses actions/cache) recommends contents: read but I would like to be ...
  • dolmen
  • Opened 
    4 days ago
  • #1608

I m getting constant cache misses for caches I can see in the interface. My cache save step in workflow (a): - name: Save Slack thread to cache uses: actions/cache/save@v4 id: slack-thread-id ...
  • afrazkhan
  • Opened 
    12 days ago
  • #1606

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 
    21 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 
    29 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 
    on Apr 23
  • #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 
    on Apr 21
  • #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 
    on Apr 17
  • #1595
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub