Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
98d377bd00 Bump actions/cache from 3 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-21 07:05:46 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ jobs:
### Build the extractor ### ### Build the extractor ###
- name: Cache entire extractor - name: Cache entire extractor
id: cache-extractor id: cache-extractor
uses: actions/cache@v3 uses: actions/cache@v5
with: with:
path: | path: |
ql/extractor-pack/ ql/extractor-pack/
@@ -41,7 +41,7 @@ jobs:
key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-extractor-${{ hashFiles('ql/**/Cargo.lock') }}-${{ hashFiles('shared/tree-sitter-extractor') }}-${{ hashFiles('ql/**/*.rs') }} key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-extractor-${{ hashFiles('ql/**/Cargo.lock') }}-${{ hashFiles('shared/tree-sitter-extractor') }}-${{ hashFiles('ql/**/*.rs') }}
- name: Cache cargo - name: Cache cargo
if: steps.cache-extractor.outputs.cache-hit != 'true' if: steps.cache-extractor.outputs.cache-hit != 'true'
uses: actions/cache@v3 uses: actions/cache@v5
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry

View File

@@ -34,7 +34,7 @@ jobs:
languages: javascript # does not matter languages: javascript # does not matter
- uses: ./.github/actions/os-version - uses: ./.github/actions/os-version
id: os_version id: os_version
- uses: actions/cache@v3 - uses: actions/cache@v5
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry

View File

@@ -33,7 +33,7 @@ jobs:
tools: nightly tools: nightly
- uses: ./.github/actions/os-version - uses: ./.github/actions/os-version
id: os_version id: os_version
- uses: actions/cache@v3 - uses: actions/cache@v5
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry
@@ -79,7 +79,7 @@ jobs:
tools: nightly tools: nightly
- uses: ./.github/actions/os-version - uses: ./.github/actions/os-version
id: os_version id: os_version
- uses: actions/cache@v3 - uses: actions/cache@v5
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry