Skip to content

Commit

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

---
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 Jun 24, 2024
1 parent 0b804e7 commit 3f7149f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-arm-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
submodules: true # Get JUCE populated (if used)

- name: Cache the build
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: vcpkg install
# You may pin to the exact commit or the version.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
submodules: true # Get JUCE populated (if used)

- name: Cache the build
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: vcpkg install
# You may pin to the exact commit or the version.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
submodules: true # Get JUCE populated (if used)

- name: Cache the build
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: vcpkg install
# You may pin to the exact commit or the version.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
submodules: true # Get JUCE populated (if used)

- name: Cache the build
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: vcpkg install
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit 3f7149f

Please sign in to comment.