Skip to content

Commit cf775d9

Browse files
Bump mozilla-actions/sccache-action in the actions group
Bumps the actions group with 1 update: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `mozilla-actions/sccache-action` from 0.0.7 to 0.0.8 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b58d367 commit cf775d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apple-gdb-1824-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
- name: Run sccache-cache only on non-release runs
2121
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
22-
uses: mozilla-actions/[email protected].7
22+
uses: mozilla-actions/[email protected].8
2323
env:
2424
SCCACHE_GHA_ENABLED: "true"
2525
- name: Install dependencies with Homebrew

.github/workflows/apple-gdb-1824.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# in GitHub Actions
1818
- name: Run sccache-cache only on non-release runs
1919
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
20-
uses: mozilla-actions/[email protected].7
20+
uses: mozilla-actions/[email protected].8
2121
env:
2222
SCCACHE_GHA_ENABLED: "true"
2323
- run: sudo apt-get -qq update

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Run sccache-cache only on non-release runs
111111
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' && matrix.language == 'c-cpp'
112-
uses: mozilla-actions/[email protected].7
112+
uses: mozilla-actions/[email protected].8
113113
env:
114114
SCCACHE_GHA_ENABLED: "true"
115115

0 commit comments

Comments
 (0)