summaryrefslogtreecommitdiff
path: root/.github/workflows/compilers.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-24 11:32:46 +0000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-24 20:38:15 +0900
commit9deacb31552e01f1688cc95774c8de735d711443 (patch)
treed2dfbd7d460f37fa2436e25826f3013da99d4c76 /.github/workflows/compilers.yml
parent2ec82dd361dff18b6899ef47d9b9ab4f71f94432 (diff)
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5705
Diffstat (limited to '.github/workflows/compilers.yml')
-rw-r--r--.github/workflows/compilers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index bb414f7de6..574ed75c10 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -204,7 +204,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: src
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: src/.downloaded-cache
key: downloaded-cache