Skip to content

Commit af6df2e

Browse files
Bump actions/cache from 2.1.7 to 3.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.7...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bba95e1 commit af6df2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
# Use GitHub Actions' cache to shorten build times and decrease load on servers
17-
- uses: actions/cache@v2.1.7
17+
- uses: actions/cache@v3.0.1
1818
with:
1919
path: vendor/bundle
2020
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/stage-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Checkout 🛎️
88
uses: actions/[email protected]
99

10-
- uses: actions/cache@v2.1.7
10+
- uses: actions/cache@v3.0.1
1111
with:
1212
path: vendor/bundle
1313
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)