Skip to content

Commit

Permalink
Upgrade to fixed rust-cache action. (#21589)
Browse files Browse the repository at this point in the history
The previous one had a regression in the compiled .js files.
  • Loading branch information
benjyw authored Oct 30, 2024
1 parent 8079f4d commit a48ba7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
'
- name: Cache Cargo
uses: benjyw/rust-cache@61b5b2e17a28350779e9a535e353da2f8b00e832
uses: benjyw/rust-cache@5ed697a6894712d2854c80635bb00a2496ea307a
with:
cache-bin: 'false'
shared-key: engine
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
'
- name: Cache Cargo
uses: benjyw/rust-cache@61b5b2e17a28350779e9a535e353da2f8b00e832
uses: benjyw/rust-cache@5ed697a6894712d2854c80635bb00a2496ea307a
with:
cache-bin: 'false'
shared-key: engine
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
'
- name: Cache Cargo
uses: benjyw/rust-cache@61b5b2e17a28350779e9a535e353da2f8b00e832
uses: benjyw/rust-cache@5ed697a6894712d2854c80635bb00a2496ea307a
with:
cache-bin: 'false'
shared-key: engine
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
'
- name: Cache Cargo
uses: benjyw/rust-cache@61b5b2e17a28350779e9a535e353da2f8b00e832
uses: benjyw/rust-cache@5ed697a6894712d2854c80635bb00a2496ea307a
with:
cache-bin: 'false'
shared-key: engine
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
'
- name: Cache Cargo
uses: benjyw/rust-cache@61b5b2e17a28350779e9a535e353da2f8b00e832
uses: benjyw/rust-cache@5ed697a6894712d2854c80635bb00a2496ea307a
with:
cache-bin: 'false'
shared-key: engine
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
'
- name: Cache Cargo
uses: benjyw/rust-cache@61b5b2e17a28350779e9a535e353da2f8b00e832
uses: benjyw/rust-cache@5ed697a6894712d2854c80635bb00a2496ea307a
with:
cache-bin: 'false'
shared-key: engine
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
'
- name: Cache Cargo
uses: benjyw/rust-cache@61b5b2e17a28350779e9a535e353da2f8b00e832
uses: benjyw/rust-cache@5ed697a6894712d2854c80635bb00a2496ea307a
with:
cache-bin: 'false'
shared-key: engine
Expand Down Expand Up @@ -567,7 +567,7 @@ jobs:
'
- name: Cache Cargo
uses: benjyw/rust-cache@61b5b2e17a28350779e9a535e353da2f8b00e832
uses: benjyw/rust-cache@5ed697a6894712d2854c80635bb00a2496ea307a
with:
cache-bin: 'false'
shared-key: engine
Expand Down
2 changes: 1 addition & 1 deletion src/python/pants_release/generate_github_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def action(name: str, node16_compat: bool = False) -> str:
"checkout": "actions/checkout@v4",
"download-artifact": "actions/download-artifact@v4",
"github-action-required-labels": "mheap/[email protected]",
"rust-cache": "benjyw/rust-cache@61b5b2e17a28350779e9a535e353da2f8b00e832",
"rust-cache": "benjyw/rust-cache@5ed697a6894712d2854c80635bb00a2496ea307a",
"setup-go": "actions/setup-go@v5",
"setup-java": "actions/setup-java@v4",
"setup-node": "actions/setup-node@v4",
Expand Down

0 comments on commit a48ba7e

Please sign in to comment.