Skip to content

Commit 4d9b26b

Browse files
Bump actions/cache from 3.3.1 to 3.3.2 (#173)
1 parent f8b43c8 commit 4d9b26b

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/cache@v3.3.1
32+
- uses: actions/cache@v3.3.2
3333
with:
3434
path: ~/.cache/pip
3535
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
architecture: x64
68-
- uses: actions/cache@v3.3.1
68+
- uses: actions/cache@v3.3.2
6969
with:
7070
path: ~/.cache/pip
7171
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}

0 commit comments

Comments
 (0)