Skip to content

Commit 59c58bc

Browse files
Bump actions/cache from 3.2.4 to 3.2.6 (#131)
1 parent ad71eb6 commit 59c58bc

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') }}
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
architecture: x64
68-
- uses: actions/[email protected].4
68+
- uses: actions/[email protected].6
6969
with:
7070
path: ~/.cache/pip
7171
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}

0 commit comments

Comments
 (0)