Skip to content

Commit 5e5a168

Browse files
Merge pull request #919 from puppetlabs/CONT-903-Address_cachev2_deprecation_warnings
(CONT-903) Address cache@v2 deprecation warnings
2 parents 9756f74 + 14d2e53 commit 5e5a168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ruby-version: "2.7"
4040

4141
- name: Cache gems
42-
uses: actions/cache@v2
42+
uses: actions/cache@v3
4343
with:
4444
path: vendor/gems
4545
key: ${{ runner.os }}-pr-${{ hashFiles('**/Gemfile') }}

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ruby-version: "2.7"
3939

4040
- name: Cache gems
41-
uses: actions/cache@v2
41+
uses: actions/cache@v3
4242
with:
4343
path: vendor/gems
4444
key: ${{ runner.os }}-pr-${{ hashFiles('**/Gemfile') }}

0 commit comments

Comments
 (0)