Skip to content

Commit

Permalink
chore(deps): bump mozilla-actions/sccache-action from 0.0.4 to 0.0.6 (#…
Browse files Browse the repository at this point in the history
…4051)

Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.4 to 0.0.6.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.4...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 Nov 4, 2024
1 parent 18f7d9b commit f67103f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
touch /mnt/foo
ls -la /mnt/foo
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Configure Cache Env
uses: actions/github-script@v7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
submodules: true
- name: Run sccache-cache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].6

- name: Configure Cache Env
uses: actions/github-script@v7
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
submodules: true
- name: Run sccache-cache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].6

- name: Configure Cache Env
uses: actions/github-script@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
submodules: true

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

- name: Configure Cache Env
uses: actions/github-script@v7
Expand Down

0 comments on commit f67103f

Please sign in to comment.