Skip to content

Commit 2d4d011

Browse files
chore(deps): bump actions/cache from 5 to 6 (#77)
1 parent 36cb380 commit 2d4d011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v6
19-
- uses: actions/cache@v5
19+
- uses: actions/cache@v6
2020
with:
2121
path: vendor/bundle
2222
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile') }}

0 commit comments

Comments
 (0)