1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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>
This commit is contained in:
dependabot[bot] 2022-03-24 11:32:46 +00:00 committed by Hiroshi SHIBATA
parent 2ec82dd361
commit 9deacb3155
Notes: git 2022-03-24 20:38:35 +09:00
11 changed files with 14 additions and 14 deletions

View file

@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: .downloaded-cache
key: downloaded-cache

View file

@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: .downloaded-cache
key: downloaded-cache-${{ github.sha }}

View file

@ -40,7 +40,7 @@ jobs:
git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: .downloaded-cache
key: downloaded-cache

View file

@ -23,7 +23,7 @@ jobs:
done | grep -F .
working-directory: include
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: .downloaded-cache
key: downloaded-cache-${{ github.sha }}

View file

@ -38,7 +38,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: .downloaded-cache
key: downloaded-cache

View file

@ -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

View file

@ -55,7 +55,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

View file

@ -43,7 +43,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

View file

@ -68,7 +68,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

View file

@ -44,14 +44,14 @@ jobs:
shell: msys2 {0}
run: echo PATCH=$(cygpath -wa $(command -v patch)) >> $GITHUB_ENV
if: ${{ steps.setup-msys2.outcome == 'success' }}
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: C:\vcpkg\downloads
key: ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-
${{ runner.os }}-vcpkg-download-
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: C:\vcpkg\installed
key: ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-${{ github.sha }}
@ -61,7 +61,7 @@ jobs:
- name: Install libraries with vcpkg
run: |
vcpkg --triplet x64-windows install libffi libyaml openssl readline zlib
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey
key: ${{ runner.os }}-chocolatey-${{ env.OS_VER }}-${{ github.sha }}
@ -83,7 +83,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

View file

@ -59,7 +59,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