Skip to content

Commit a4737a3

Browse files
chore: (deps): bump the gha group across 3 directories with 1 update (#2215)
Bumps the gha group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache). Bumps the gha group with 1 update in the /.github/workflows/composite/cartopy-cache directory: [actions/cache](https://github.com/actions/cache). Bumps the gha group with 1 update in the /.github/workflows/composite/geovista-cache directory: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 303b6bb commit a4737a3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: "lychee cache"
41-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
41+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
4242
with:
4343
path: .lycheecache
4444
key: cache-lychee

.github/workflows/ci-tests-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "DATA_VERSION=$(geovista --data-version)" >> ${GITHUB_ENV}
7575
7676
- name: "check cartopy cache"
77-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
77+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
7878
id: cartopy-cache
7979
with:
8080
path: ~/.local/share/cartopy
@@ -89,7 +89,7 @@ jobs:
8989
cartopy_feature_download physical --output ${CARTOPY_SHARE_DIR} --no-warn
9090
9191
- name: "check geovista cache"
92-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
92+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
9393
id: geovista-cache
9494
with:
9595
path: ~/.cache/geovista

.github/workflows/composite/cartopy-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: "composite"
1111
steps:
1212
- name: "check cartopy cache"
13-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
13+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
1414
id: cartopy-cache
1515
with:
1616
path: ~/.local/share/cartopy

.github/workflows/composite/geovista-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
fi
3030
3131
- name: "check geovista cache"
32-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
32+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
3333
id: geovista-cache
3434
with:
3535
path: ~/.cache/geovista

0 commit comments

Comments
 (0)