-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: (deps): Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
23c0141
commit b03318f
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||
|
||
- name: Setup conda caching | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/conda_pkgs_dir | ||
key: conda-docs-${{ runner.os }}-${{ matrix.python-version}}-${{ hashFiles('ci/*') }} | ||
|
@@ -64,7 +64,7 @@ jobs: | |
run: echo "::set-output name=dir::$(python -c 'import cartopy;print(cartopy.config["data_dir"])')" | ||
|
||
- name: Setup mapdata caching | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
env: | ||
# Increase to reset cache of map data | ||
CACHE_NUMBER: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
run: echo "::set-output name=dir::$(pip cache dir)" | ||
|
||
- name: Setup pip cache | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: pip-docs-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('ci/*') }} | ||
|
@@ -82,7 +82,7 @@ jobs: | |
run: echo "::set-output name=dir::$(python -c 'import cartopy;print(cartopy.config["data_dir"])')" | ||
|
||
- name: Setup mapdata caching | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
env: | ||
# Increase to reset cache of map data | ||
CACHE_NUMBER: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
run: echo "::set-output name=dir::$(pip cache dir)" | ||
|
||
- name: Setup caching | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: pip-tests-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('ci/*') }} | ||
|
@@ -73,7 +73,7 @@ jobs: | |
|
||
- name: Setup mapdata caching | ||
if: ${{ steps.cartopy-cache.outputs.dir != '' }} | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
env: | ||
# Increase to reset cache of map data | ||
CACHE_NUMBER: 0 | ||
|
@@ -140,7 +140,7 @@ jobs: | |
run: echo "::set-output name=dir::$(pip cache dir)" | ||
|
||
- name: Setup pip cache | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: pip-docs-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('ci/*') }} | ||
|
@@ -173,7 +173,7 @@ jobs: | |
run: echo "::set-output name=dir::$(python -c 'import cartopy;print(cartopy.config["data_dir"])')" | ||
|
||
- name: Setup mapdata caching | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
env: | ||
# Increase to reset cache of map data | ||
CACHE_NUMBER: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||
|
||
- name: Setup conda caching | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/conda_pkgs_dir | ||
key: conda-tests-${{ runner.os }}-${{ matrix.python-version}}-${{ hashFiles('ci/*') }} | ||
|
@@ -64,7 +64,7 @@ jobs: | |
run: echo "::set-output name=dir::$(python -c 'import cartopy;print(cartopy.config["data_dir"])')" | ||
|
||
- name: Setup mapdata caching | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
env: | ||
# Increase to reset cache of map data | ||
CACHE_NUMBER: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
run: echo "::set-output name=dir::$(pip cache dir)" | ||
|
||
- name: Setup caching | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: pip-tests-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('ci/*') }} | ||
|
@@ -100,7 +100,7 @@ jobs: | |
|
||
- name: Setup mapdata caching | ||
if: ${{ steps.cartopy-cache.outputs.dir != '' }} | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
env: | ||
# Increase to reset cache of map data | ||
CACHE_NUMBER: 0 | ||
|