diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-28 11:24:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 11:24:56 +0200 |
commit | de6e83f5668565c405b935057c9aab3205674af8 (patch) | |
tree | 6054818cfd5aa733fa204716d2269169f95680a1 /.github/workflows | |
parent | 6a9e2eeb839899bb19a41e08528d576b56c41181 (diff) | |
download | spack-de6e83f5668565c405b935057c9aab3205674af8.tar.gz spack-de6e83f5668565c405b935057c9aab3205674af8.tar.bz2 spack-de6e83f5668565c405b935057c9aab3205674af8.tar.xz spack-de6e83f5668565c405b935057c9aab3205674af8.zip |
build(deps): bump actions/cache from 2.1.5 to 2.1.6 (#23983)
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](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 43b665d58a..256b8bc456 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.5 + - uses: actions/cache@v2.1.6 with: path: ~/.ccache key: ccache-build-${{ matrix.package }} |