Skip to content

Commit 26749de

Browse files
author
Joe Hamman
authored
Merge pull request #20 from pangeo-data/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.4 to 2.1.6
2 parents 8c29bcf + 9204bc0 commit 26749de

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)