Skip to content

Commit

Permalink
chore(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.7
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.7.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.5...v0.0.7)

---
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 Dec 13, 2024
1 parent 71479a4 commit dcd4d5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_xline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
submodules: recursive

- name: Setup sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].7

- name: Prepare release binaries
id: prepare_binaries
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: df -h /

- name: Setup sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].7

- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
submodules: recursive

- name: Setup sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].7

- name: Build xline image
run: |
Expand Down

0 comments on commit dcd4d5e

Please sign in to comment.