Skip to content
Open
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: write

# Force Node.js 24 for all JavaScript-based actions. Silences the
# deprecation warning from mozilla-actions/sccache-action@v0.0.10
# deprecation warning from mozilla-actions/sccache-action@v0.0.11
# which still bundles Node.js 20. See #421.
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
targets: aarch64-apple-darwin,x86_64-apple-darwin

- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

- uses: Swatinem/rust-cache@v2
with:
Expand Down
Loading