Skip to content

Commit 17655e4

Browse files
committed
Updated cache action [skip ci]
1 parent c559e51 commit 17655e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
bundler-cache: true
4242
- run: bundle update
4343

44-
- uses: actions/cache@v4
44+
- uses: actions/cache@v5
4545
if: ${{ matrix.elasticsearch }}
4646
with:
4747
path: ~/elasticsearch
@@ -56,7 +56,7 @@ jobs:
5656
analysis-stempel
5757
analysis-ukrainian
5858
59-
- uses: actions/cache@v4
59+
- uses: actions/cache@v5
6060
if: ${{ matrix.opensearch }}
6161
with:
6262
path: ~/opensearch

0 commit comments

Comments
 (0)