diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-13 11:51:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 11:51:30 +0200 |
commit | 725bcd1e802645a527c58a9074b4c58b23c1a141 (patch) | |
tree | 24d5afc14e1c44b4a9801477a1a14d984188054d | |
parent | ce0733a4c3d725b88b204730c1b1ba0b875b20b4 (diff) | |
download | spack-725bcd1e802645a527c58a9074b4c58b23c1a141.tar.gz spack-725bcd1e802645a527c58a9074b4c58b23c1a141.tar.bz2 spack-725bcd1e802645a527c58a9074b4c58b23c1a141.tar.xz spack-725bcd1e802645a527c58a9074b4c58b23c1a141.zip |
build(deps): bump actions/cache from 2.1.4 to 2.1.5 (#23584)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.5)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/linux_build_tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_build_tests.yaml b/.github/workflows/linux_build_tests.yaml index 28e85f8852..60782b8420 100644 --- a/.github/workflows/linux_build_tests.yaml +++ b/.github/workflows/linux_build_tests.yaml @@ -49,7 +49,7 @@ jobs: - ruby-rake # RubyPackage steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: ~/.ccache key: ccache-build-${{ matrix.package }} |