Skip to content

Commit

Permalink
CI: Upgrade sccache to 0.5.3 (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Jun 4, 2023
1 parent b7d2a17 commit 221b17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Sccache Setup
uses: mozilla-actions/[email protected]
with:
version: "v0.5.0"
version: "v0.5.3"
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
if: ${{ steps.changes.outputs.changed == 'true' || contains(github.event.pull_request.labels.*.name, 'release') }}
uses: mozilla-actions/[email protected]
with:
version: "v0.5.0"
version: "v0.5.3"
- uses: actions/setup-python@v4
if: ${{ steps.changes.outputs.changed == 'true' || contains(github.event.pull_request.labels.*.name, 'release') }}
with:
Expand Down

0 comments on commit 221b17a

Please sign in to comment.