Skip to content

Commit

Permalink
Bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6 (PyO3#2241)
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.5 to 0.0.6.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.5...v0.0.6)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 0f99241 commit b8fb656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Sccache Setup
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
with:
version: "v0.5.3"
- name: Build maturin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
- name: Sccache Setup
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
with:
version: "v0.7.6"
- uses: actions/checkout@v4
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Sccache Setup
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
with:
version: "v0.7.6"
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -471,7 +471,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].5
uses: mozilla-actions/[email protected].6
with:
version: "v0.7.6"
- uses: actions/setup-python@v5
Expand Down

0 comments on commit b8fb656

Please sign in to comment.