Skip to content

Commit

Permalink
chore(deps): update mozilla-actions/sccache-action action to v0.0.5 (#…
Browse files Browse the repository at this point in the history
…2300)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Enje Shakirova <166139731+enjenjenje@users.noreply.github.com>
  • Loading branch information
renovate[bot] and enjenjenje authored Jul 10, 2024
1 parent 5712021 commit 4ad4ed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Set dependencies
if: inputs.cargo-dependencies != 'null'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
save-if: false

- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Setup mold linker
uses: rui314/setup-mold@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Setup mold linker
uses: rui314/setup-mold@v1
Expand Down

0 comments on commit 4ad4ed2

Please sign in to comment.