Skip to content

Commit

Permalink
(build deps): Bump actions/cache from 3.2.3 to 3.2.4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.2.3...v3.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 4, 2023
1 parent a6c9223 commit 5aa1854
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
-
name: Cache cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down Expand Up @@ -82,14 +82,14 @@ jobs:
-
name: Use cached cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Use cached tools
id: cache-tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down Expand Up @@ -145,14 +145,14 @@ jobs:
-
name: Use cached cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Use cached tools
id: cache-tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down Expand Up @@ -191,14 +191,14 @@ jobs:
-
name: Use cached cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Use cached tools
id: cache-tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down Expand Up @@ -237,14 +237,14 @@ jobs:
-
name: Use cached cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Use cached tools
id: cache-tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down Expand Up @@ -301,14 +301,14 @@ jobs:
-
name: Use cached cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Use cached tools
id: cache-tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down Expand Up @@ -399,14 +399,14 @@ jobs:
-
name: Use cached cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Use cached tools
id: cache-tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down Expand Up @@ -441,14 +441,14 @@ jobs:
-
name: Use cached cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Use cached tools
id: cache-tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
-
name: Cache cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Expand Up @@ -45,14 +45,14 @@ jobs:
-
name: Cache cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Use cached tools
id: cache-tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand All @@ -66,7 +66,7 @@ jobs:
-
name: Cache Node Modules
id: cache-node
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: ${{ steps.cache-node-dir.outputs.dir }}
key: node-${{ runner.os }}-${{ hashFiles('./package-lock.json') }}
Expand Down Expand Up @@ -94,14 +94,14 @@ jobs:
-
name: Use cached cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Use cached tools
id: cache-tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down Expand Up @@ -149,14 +149,14 @@ jobs:
-
name: Use cached cake frosting
id: cache-cake
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: run
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Use cached tools
id: cache-tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Expand Down

0 comments on commit 5aa1854

Please sign in to comment.