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 18, 2024
1 parent c3c409e commit db058ff
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
echo "yes" | ./cmdline-tools/bin/sdkmanager --sdk_root=${ANDROID_TOOLS} --install "ndk-bundle" "platform-tools" "platforms;android-${{ env.ANDROID_SDK_VERSION }}"
- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: bash ${OPENVINO_REPO}/install_build_dependencies.sh

- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_onnx_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: bash ${OPENVINO_REPO}/install_build_dependencies.sh

- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
apt install --assume-yes --no-install-recommends default-jdk
- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"

Expand Down Expand Up @@ -629,7 +629,7 @@ jobs:
apt -y --no-install-recommends install software-properties-common curl
- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 30
- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_conditional_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++ 100
- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"

Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
run: bash ${OPENVINO_REPO}/install_build_dependencies.sh

- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
submodules: 'true'

- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
python3 -m pip install certifi
- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_conditional_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
self-hosted-runner: 'false'

- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.7.5"

Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
self-hosted-runner: 'false'

- name: Install sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
with:
version: "v0.5.4"

Expand Down

0 comments on commit db058ff

Please sign in to comment.