Commit e68de900e90592617f767791e5d698377090bb90
1 parent
3a3d4d4c
Exists in
master
Fixed CI warnings
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -40,14 +40,14 @@ jobs: |
40 | 40 | env: |
41 | 41 | BUNDLE_GEMFILE: ${{ matrix.gemfile }} |
42 | 42 | steps: |
43 | - - uses: actions/checkout@v2 | |
43 | + - uses: actions/checkout@v3 | |
44 | 44 | - uses: ruby/setup-ruby@v1 |
45 | 45 | with: |
46 | 46 | ruby-version: ${{ matrix.ruby }} |
47 | 47 | bundler-cache: true |
48 | 48 | - run: bundle update |
49 | 49 | |
50 | - - uses: actions/cache@v2 | |
50 | + - uses: actions/cache@v3 | |
51 | 51 | if: ${{ matrix.elasticsearch }} |
52 | 52 | with: |
53 | 53 | path: ~/elasticsearch |
... | ... | @@ -62,7 +62,7 @@ jobs: |
62 | 62 | analysis-stempel |
63 | 63 | analysis-ukrainian |
64 | 64 | |
65 | - - uses: actions/cache@v2 | |
65 | + - uses: actions/cache@v3 | |
66 | 66 | if: ${{ matrix.opensearch }} |
67 | 67 | with: |
68 | 68 | path: ~/opensearch | ... | ... |