summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-08 09:57:45 +0100
committerGitHub <noreply@github.com>2021-02-08 09:57:45 +0100
commit652fef2c765f089c324b50e8eea08a2ed25de2b2 (patch)
tree7927136d181d7287ccd348b3f52017a7ba3442cd /.github
parent824f6ad3f47755901ce8b237f316eeadb161d70e (diff)
downloadspack-652fef2c765f089c324b50e8eea08a2ed25de2b2.tar.gz
spack-652fef2c765f089c324b50e8eea08a2ed25de2b2.tar.bz2
spack-652fef2c765f089c324b50e8eea08a2ed25de2b2.tar.xz
spack-652fef2c765f089c324b50e8eea08a2ed25de2b2.zip
build(deps): bump actions/cache from v2 to v2.1.4 (#21529)
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux_build_tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_build_tests.yaml b/.github/workflows/linux_build_tests.yaml
index 0a2946f63f..6850ab097e 100644
--- a/.github/workflows/linux_build_tests.yaml
+++ b/.github/workflows/linux_build_tests.yaml
@@ -37,7 +37,7 @@ jobs:
- ruby-rake # RubyPackage
steps:
- uses: actions/checkout@v2
- - uses: actions/cache@v2
+ - uses: actions/cache@v2.1.4
with:
path: ~/.ccache
key: ccache-build-${{ matrix.package }}