Skip to content

Commit 2f226e5

Browse files
authored
Merge pull request #1104 from redis/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents bc56bfd + 4913fdd commit 2f226e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
ruby-version: ${{ matrix.ruby }}
6060
- name: Cache dependent gems
61-
uses: actions/cache@v1
61+
uses: actions/cache@v3
6262
with:
6363
path: .bundle
6464
key: "local-bundle-ruby-${{ matrix.ruby }}-on-${{ matrix.os }}-0001"
@@ -68,7 +68,7 @@ jobs:
6868
gem install bundler --no-document
6969
bundle install --jobs 4 --retry 3 --path=.bundle
7070
- name: Cache local temporary directory
71-
uses: actions/cache@v1
71+
uses: actions/cache@v3
7272
with:
7373
path: tmp
7474
key: "local-tmp-redis-${{ matrix.redis }}-on-${{ matrix.os }}"
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
ruby-version: ${{ matrix.ruby }}
111111
- name: Cache dependent gems
112-
uses: actions/cache@v1
112+
uses: actions/cache@v3
113113
with:
114114
path: .bundle
115115
key: "local-bundle-ruby-${{ matrix.ruby }}-on-${{ matrix.os }}-0001"
@@ -119,7 +119,7 @@ jobs:
119119
gem install bundler --no-document
120120
bundle install --jobs 4 --retry 3 --path=.bundle
121121
- name: Cache local temporary directory
122-
uses: actions/cache@v1
122+
uses: actions/cache@v3
123123
with:
124124
path: tmp
125125
key: "local-tmp-redis-${{ matrix.redis }}-on-${{ matrix.os }}"

0 commit comments

Comments
 (0)