Skip to content

Commit

Permalink
Bump mozilla-actions/sccache-action in the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action).


Updates `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
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent 5b8f5ed commit 09f2fe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
release_profile: "release"
steps:
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Set workspace var
shell: bash
Expand All @@ -60,7 +60,7 @@ jobs:
fi
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
ref: ${{ inputs.publish-tag || null }}

- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down

0 comments on commit 09f2fe3

Please sign in to comment.