Skip to content

Commit 397a7d7

Browse files
chore(deps): update actions/cache action to v3 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b14a7f commit 397a7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Cache gems
13-
uses: actions/cache@v2
13+
uses: actions/cache@v3
1414
with:
1515
path: vendor/bundle
1616
key: ${{ runner.os }}-flow-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)