Skip to content

Commit

Permalink
Upgrade sccache to v0.4.0-pre.7
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 16, 2023
1 parent 0841694 commit a4fe0ed
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 @@ -130,7 +130,7 @@ jobs:
# Just for test, come back to upstream after released
uses: Xuanwo/sccache-action@c94e27bef21ab3fb4a5152c8a878c53262b4abb0
with:
version: "v0.4.0-pre.6"
version: "v0.4.0-pre.7"
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
if: ${{ steps.changes.outputs.changed == 'true' || contains(github.event.pull_request.labels.*.name, 'release') }}
uses: Xuanwo/sccache-action@c94e27bef21ab3fb4a5152c8a878c53262b4abb0
with:
version: "v0.4.0-pre.6"
version: "v0.4.0-pre.7"
- 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 a4fe0ed

Please sign in to comment.