Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/cache from 2 to 3 #10

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v3
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
fetch-depth: 0
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
with:
fetch-depth: 0
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v3
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v3
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v3
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v3
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v3
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v2
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v2
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v2
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v2
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v2
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Checkout source tree
uses: actions/checkout@v2
- name: Cache Bazel artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand All @@ -152,7 +152,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand All @@ -178,7 +178,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/bazel-disk
Expand Down