Skip to content

Commit dcfbdb1

Browse files
chore(deps): update actions/cache action to v5
1 parent f45d4f4 commit dcfbdb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v2
1212
- name: Cache gems
13-
uses: actions/cache@v2
13+
uses: actions/cache@v5
1414
with:
1515
path: vendor/bundle
1616
key: ${{ runner.os }}-flow-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)