Skip to content

Commit 0573902

Browse files
chore(deps): bump actions/cache from 2.1.6 to 3.3.2 (#384)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 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@v2.1.6...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 274b26b commit 0573902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '18'
1717

1818
- name: Cache node_modules
19-
uses: actions/cache@v2.1.6
19+
uses: actions/cache@v3.3.2
2020
id: cached-node_modules
2121
with:
2222
path: |
@@ -34,7 +34,7 @@ jobs:
3434
python-version: '3.8'
3535

3636
- name: Cache pip
37-
uses: actions/cache@v2.1.6
37+
uses: actions/cache@v3.3.2
3838
with:
3939
path: ~/.cache/pip
4040
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('dev-requirements.txt') }}

0 commit comments

Comments
 (0)