Skip to content

Commit 5c80daa

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a71ddd commit 5c80daa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
### Build the extractor ###
2828
- name: Cache entire extractor
2929
id: cache-extractor
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: |
3333
ql/extractor-pack/
3434
ql/target/release/buramu
3535
key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-extractor-${{ hashFiles('ql/**/Cargo.lock') }}-${{ hashFiles('shared/tree-sitter-extractor') }}-${{ hashFiles('ql/**/*.rs') }}
3636
- name: Cache cargo
3737
if: steps.cache-extractor.outputs.cache-hit != 'true'
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.cargo/registry

.github/workflows/ql-for-ql-dataset_measure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
languages: javascript # does not matter
3131
- uses: ./.github/actions/os-version
3232
id: os_version
33-
- uses: actions/cache@v3
33+
- uses: actions/cache@v4
3434
with:
3535
path: |
3636
~/.cargo/registry

.github/workflows/ql-for-ql-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
languages: javascript # does not matter
3030
- uses: ./.github/actions/os-version
3131
id: os_version
32-
- uses: actions/cache@v3
32+
- uses: actions/cache@v4
3333
with:
3434
path: |
3535
~/.cargo/registry
@@ -74,7 +74,7 @@ jobs:
7474
languages: javascript # does not matter
7575
- uses: ./.github/actions/os-version
7676
id: os_version
77-
- uses: actions/cache@v3
77+
- uses: actions/cache@v4
7878
with:
7979
path: |
8080
~/.cargo/registry

.github/workflows/ruby-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454
- uses: ./.github/actions/os-version
5555
id: os_version
5656
- name: Cache entire extractor
57-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5858
id: cache-extractor
5959
with:
6060
path: |
6161
ruby/extractor/target/release/codeql-extractor-ruby
6262
ruby/extractor/target/release/codeql-extractor-ruby.exe
6363
ruby/extractor/ql/lib/codeql/ruby/ast/internal/TreeSitter.qll
6464
key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-ruby-extractor-${{ hashFiles('ruby/extractor/rust-toolchain.toml', 'ruby/extractor/Cargo.lock') }}-${{ hashFiles('shared/tree-sitter-extractor') }}-${{ hashFiles('ruby/extractor/**/*.rs') }}
65-
- uses: actions/cache@v3
65+
- uses: actions/cache@v4
6666
if: steps.cache-extractor.outputs.cache-hit != 'true'
6767
with:
6868
path: |

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy