Skip to content

Commit 9204bc0

Browse files
Bump actions/cache from 2.1.4 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c29bcf commit 9204bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
architecture: x64
32-
- uses: actions/[email protected].4
32+
- uses: actions/[email protected].6
3333
with:
3434
path: ~/.cache/pip
3535
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
architecture: x64
59-
- uses: actions/[email protected].4
59+
- uses: actions/[email protected].6
6060
with:
6161
path: ~/.cache/pip
6262
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}

0 commit comments

Comments
 (0)