Skip to content

Commit

Permalink
ci: bump actions/cache from 3.0.1 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.1...v3.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 63134cd commit 5ec0090
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/cache@v3.0.1
- uses: actions/cache@v3.3.2
with:
path: node_modules
key: ${{ hashFiles('package-lock.json') }}
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/cache@v3.0.1
- uses: actions/cache@v3.3.2
with:
path: backend/node_modules
key: ${{ hashFiles('backend/package-lock.json') }}
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/cache@v3.0.1
- uses: actions/cache@v3.3.2
with:
path: frontend/node_modules
key: ${{ hashFiles('frontend/package-lock.json') }}
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/cache@v3.0.1
- uses: actions/cache@v3.3.2
with:
path: node_modules
key: ${{ hashFiles('package-lock.json') }}
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/cache@v3.0.1
- uses: actions/cache@v3.3.2
with:
path: backend/node_modules
key: ${{ hashFiles('backend/package-lock.json') }}
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/cache@v3.0.1
- uses: actions/cache@v3.3.2
with:
path: frontend/node_modules
key: ${{ hashFiles('frontend/package-lock.json') }}
Expand All @@ -95,7 +95,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/cache@v3.0.1
- uses: actions/cache@v3.3.2
with:
path: backend/node_modules
key: ${{ hashFiles('backend/package-lock.json') }}
Expand All @@ -109,7 +109,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/cache@v3.0.1
- uses: actions/cache@v3.3.2
with:
path: frontend/node_modules
key: ${{ hashFiles('frontend/package-lock.json') }}
Expand All @@ -124,7 +124,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/cache@v3.0.1
- uses: actions/cache@v3.3.2
with:
path: node_modules
key: ${{ hashFiles('package-lock.json') }}
Expand Down

0 comments on commit 5ec0090

Please sign in to comment.