Skip to content

Commit 25c974f

Browse files
build(deps): bump mozilla-actions/sccache-action from 0.0.9 to 0.0.10
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@7d986dd...9e7fa8a) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0768657 commit 25c974f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
echo CC=clang-18 >> $GITHUB_ENV
182182
183183
- name: Set up Sccache
184-
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
184+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
185185

186186
- name: Checkout
187187
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -247,7 +247,7 @@ jobs:
247247
echo CC=clang-18 >> $GITHUB_ENV
248248
249249
- name: Set up Sccache
250-
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
250+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
251251

252252
- name: Install PostgreSQL & pgvector
253253
run: |
@@ -357,7 +357,7 @@ jobs:
357357
run: echo CC=$(brew --prefix llvm@18)/bin/clang >> $GITHUB_ENV
358358

359359
- name: Set up Sccache
360-
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
360+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
361361
with:
362362
version: "v0.12.0"
363363

@@ -454,7 +454,7 @@ jobs:
454454
run: rustup update
455455

456456
- name: Set up Sccache
457-
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
457+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
458458

459459
- name: Install PostgreSQL & pgvector
460460
run: |
@@ -590,7 +590,7 @@ jobs:
590590
echo CC=clang-18 >> $GITHUB_ENV
591591
592592
- name: Set up Sccache
593-
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
593+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
594594

595595
- name: Install PostgreSQL & pgvector
596596
run: |
@@ -786,7 +786,7 @@ jobs:
786786
echo CC=clang-18 >> $GITHUB_ENV
787787
788788
- name: Set up Sccache
789-
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
789+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
790790

791791
- name: Install PostgreSQL & pgvector
792792
run: |
@@ -943,7 +943,7 @@ jobs:
943943
echo CC=clang >> $GITHUB_ENV
944944
945945
- name: Set up Sccache
946-
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
946+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
947947

948948
- name: Install PostgreSQL & pgvector
949949
run: |

0 commit comments

Comments
 (0)