Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
28f2168
Bump minimatch from 3.1.2 to 3.1.5 (#1281)
dependabot[bot] Mar 9, 2026
c8813ba
Upgrade @actions dependencies and update licenses (#1303)
Copilot Apr 15, 2026
fa8bde1
Bump @actions/cache to 5.1.0, log cache write denied
jasongin Jun 18, 2026
6f4b74b
Strict equality
jasongin Jun 18, 2026
dc6eab6
Update dist
jasongin Jun 18, 2026
0cb1a84
Add RHEL support and include Linux distro in cache keys (#1323)
priyagupta108 Jun 18, 2026
6731c2b
Resolve high-severity audit issues
jasongin Jun 19, 2026
8f639b1
Merge pull request #1324 from jasongin/update-actions-cache-5.1.0
Link- Jun 23, 2026
d2b357a
Update dependency versions and test workflow configuration (#1322)
HarithaVattikuti Jun 23, 2026
1d18d7a
Update advanced-usage.md (#811)
Dunky-Z Jun 23, 2026
ece7cb0
Fix pip cache error handling on Windows. (#1040)
priyagupta108 Jun 23, 2026
0903b46
Bump certifi from 2020.6.20 to 2024.7.4 in /__tests__/data (#1328)
dependabot[bot] Jul 10, 2026
6849080
remove EOL Python versions and Bumps numpy text fixture (#1333)
priya-kinthali Jul 13, 2026
c709277
Annotation code fix (#1335)
lmvysakh Jul 13, 2026
54baeea
Validate and retry manifest fetch to prevent silent failures (#1332)
priyagupta108 Jul 14, 2026
f8cf429
Migrate to ESM and upgrade dependencies (#1330)
priyagupta108 Jul 15, 2026
0f3a009
Remove the pip-install input (#1336)
gowridurgad Jul 16, 2026
4ab7e95
Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6…
philip-gai Jul 16, 2026
5fda3b9
Pin SHA commits and update docs with latest versions (#1338)
HarithaVattikuti Jul 20, 2026
39c6069
Sync upstream v7 and move to @warpbuilds/cache 2.x
janakiram7755 Jul 30, 2026
a4ce695
Pin brace-expansion to clear the high-severity audit finding
janakiram7755 Jul 30, 2026
87ec11d
Move macOS CI to warp-macos-15 runners
janakiram7755 Aug 3, 2026
8f0c60b
Move to @warpbuilds/cache 2.0.0-1
janakiram7755 Aug 3, 2026
541f7ab
Regenerate license manifests for 2.0.0-1
janakiram7755 Aug 3, 2026
2f77716
Address zizmor findings and drop the redundant brace-expansion override
janakiram7755 Aug 3, 2026
69aad45
Move to @warpbuilds/cache 2.0.0
janakiram7755 Aug 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

51 changes: 0 additions & 51 deletions .eslintrc.js

This file was deleted.

155 changes: 60 additions & 95 deletions .github/workflows/e2e-cache-freethreaded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,20 @@ jobs:
matrix:
os:
[
ubuntu-latest,
ubuntu-22.04,
ubuntu-latest,
ubuntu-24.04-arm,
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
windows-11-arm,
macos-15-intel,
macos-latest
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
python-version: [3.13.14t, 3.14.6t]
exclude:
- os: windows-11-arm
python-version: 3.13.14t
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Python
uses: ./
with:
Expand All @@ -50,17 +53,20 @@ jobs:
matrix:
os:
[
ubuntu-22.04,
ubuntu-latest,
ubuntu-24.04-arm,
ubuntu-22.04,
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
windows-11-arm,
macos-15-intel,
macos-latest
]
python-version: [3.13.1t, 3.13.2t, 3.13.5t]
python-version: [3.13.14t, 3.14.6t]
exclude:
- os: windows-11-arm
python-version: 3.13.14t
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Python
id: cache-pipenv
uses: ./
Expand Down Expand Up @@ -90,17 +96,17 @@ jobs:
matrix:
os:
[
ubuntu-latest,
ubuntu-22.04,
ubuntu-latest,
ubuntu-24.04-arm,
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
windows-11-arm,
macos-15-intel,
macos-latest
]
python-version: [3.13.0, 3.13.1, 3.13.2]
python-version: [3.13.14, 3.14.6]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Install poetry
run: pipx install poetry
- name: Init pyproject.toml
Expand All @@ -122,17 +128,20 @@ jobs:
matrix:
os:
[
ubuntu-latest,
ubuntu-22.04,
ubuntu-latest,
ubuntu-24.04-arm,
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
windows-11-arm,
macos-15-intel,
macos-latest
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
python-version: [3.13.14t, 3.14.6t]
exclude:
- os: windows-11-arm
python-version: 3.13.14t
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Python
uses: ./
with:
Expand All @@ -150,17 +159,20 @@ jobs:
matrix:
os:
[
ubuntu-latest,
ubuntu-22.04,
ubuntu-latest,
ubuntu-24.04-arm,
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
windows-11-arm,
macos-15-intel,
macos-latest
]
python-version: [3.13.1t, 3.13.2t, 3.13.5t]
python-version: [3.13.14t, 3.14.6t]
exclude:
- os: windows-11-arm
python-version: 3.13.14t
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Python
id: cache-pipenv
uses: ./
Expand Down Expand Up @@ -191,17 +203,20 @@ jobs:
matrix:
os:
[
ubuntu-latest,
ubuntu-22.04,
ubuntu-latest,
ubuntu-24.04-arm,
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
windows-11-arm,
macos-15-intel,
macos-latest
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
python-version: [3.13.14t, 3.14.6t]
exclude:
- os: windows-11-arm
python-version: 3.13.14t
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Python
uses: ./
with:
Expand All @@ -219,17 +234,20 @@ jobs:
matrix:
os:
[
ubuntu-latest,
ubuntu-22.04,
ubuntu-latest,
ubuntu-24.04-arm,
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
windows-11-arm,
macos-15-intel,
macos-latest
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
python-version: [3.13.14t, 3.14.6t]
exclude:
- os: windows-11-arm
python-version: 3.13.14t
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Python
uses: ./
with:
Expand All @@ -239,56 +257,3 @@ jobs:
pip-version: '25.0.1'
- name: Install dependencies
run: pip install numpy pandas requests

python-pip-dependencies-caching-with-pip-install:
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
[
ubuntu-latest,
ubuntu-22.04,
ubuntu-24.04-arm,
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
- uses: actions/checkout@v6
- name: Setup Python
uses: ./
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
pip-install: numpy pandas requests

python-pip-dependencies-caching-path-with-pip-install:
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }}, caching path)
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
[
ubuntu-latest,
ubuntu-22.04,
ubuntu-24.04-arm,
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
- uses: actions/checkout@v6
- name: Setup Python
uses: ./
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: __tests__/data/requirements.txt
pip-install: numpy pandas requests
Loading
Loading