Skip to content

Commit

Permalink
MNT: (deps): Bump actions/cache from 2.1.5 to 2.1.6
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored May 28, 2021
1 parent 23c0141 commit b03318f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*') }}
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*') }}
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*') }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/*') }}
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*') }}
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*') }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b03318f

Please sign in to comment.