mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 15:11:20 +00:00
chore(deps): bump mozilla-actions/sccache-action from 0.0.4 to 0.0.6 (#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](https://github.com/mozilla-actions/sccache-action/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
18f7d9bbd5
commit
f67103f9b0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
||||
touch /mnt/foo
|
||||
ls -la /mnt/foo
|
||||
- name: Run sccache-cache
|
||||
uses: mozilla-actions/sccache-action@v0.0.5
|
||||
uses: mozilla-actions/sccache-action@v0.0.6
|
||||
|
||||
- name: Configure Cache Env
|
||||
uses: actions/github-script@v7
|
||||
|
4
.github/workflows/daily-builds.yml
vendored
4
.github/workflows/daily-builds.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Run sccache-cache
|
||||
uses: mozilla-actions/sccache-action@v0.0.4
|
||||
uses: mozilla-actions/sccache-action@v0.0.6
|
||||
|
||||
- name: Configure Cache Env
|
||||
uses: actions/github-script@v7
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Run sccache-cache
|
||||
uses: mozilla-actions/sccache-action@v0.0.4
|
||||
uses: mozilla-actions/sccache-action@v0.0.6
|
||||
|
||||
- name: Configure Cache Env
|
||||
uses: actions/github-script@v7
|
||||
|
2
.github/workflows/daily-sanitizers.yml
vendored
2
.github/workflows/daily-sanitizers.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- name: Run sccache-cache
|
||||
uses: mozilla-actions/sccache-action@v0.0.4
|
||||
uses: mozilla-actions/sccache-action@v0.0.6
|
||||
|
||||
- name: Configure Cache Env
|
||||
uses: actions/github-script@v7
|
||||
|
Loading…
Reference in New Issue
Block a user