Skip to content

Commit

Permalink
Bump mozilla-actions/sccache-action from 0.0.1 to 0.0.3
Browse files Browse the repository at this point in the history
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.1 to 0.0.3.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.1...v0.0.3)

---
updated-dependencies:
- dependency-name: mozilla-actions/sccache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2023
1 parent 94de98d commit 71f3f4f
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 @@ -124,7 +124,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
- name: Sccache Setup
uses: mozilla-actions/[email protected].1
uses: mozilla-actions/[email protected].3
with:
version: "v0.4.0-pre.10"
- uses: actions/checkout@v3
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
# Caching
- name: Sccache Setup
if: ${{ steps.changes.outputs.changed == 'true' || contains(github.event.pull_request.labels.*.name, 'release') }}
uses: mozilla-actions/[email protected].1
uses: mozilla-actions/[email protected].3
with:
version: "v0.4.0-pre.10"
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 71f3f4f

Please sign in to comment.