Skip to content

Commit 4254e4f

Browse files
author
Joe Hamman
authored
Merge pull request #56 from pangeo-data/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2.1.7 to 3
2 parents ea1d572 + 2fe0f75 commit 4254e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
architecture: x64
25-
- uses: actions/cache@v2.1.7
25+
- uses: actions/cache@v3
2626
with:
2727
path: ~/.cache/pip
2828
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
architecture: x64
58-
- uses: actions/cache@v2.1.7
58+
- uses: actions/cache@v3
5959
with:
6060
path: ~/.cache/pip
6161
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}

0 commit comments

Comments
 (0)