Commit e68de900e90592617f767791e5d698377090bb90

Authored by Andrew Kane
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,14 +40,14 @@ jobs:
40 env: 40 env:
41 BUNDLE_GEMFILE: ${{ matrix.gemfile }} 41 BUNDLE_GEMFILE: ${{ matrix.gemfile }}
42 steps: 42 steps:
43 - - uses: actions/checkout@v2 43 + - uses: actions/checkout@v3
44 - uses: ruby/setup-ruby@v1 44 - uses: ruby/setup-ruby@v1
45 with: 45 with:
46 ruby-version: ${{ matrix.ruby }} 46 ruby-version: ${{ matrix.ruby }}
47 bundler-cache: true 47 bundler-cache: true
48 - run: bundle update 48 - run: bundle update
49 49
50 - - uses: actions/cache@v2 50 + - uses: actions/cache@v3
51 if: ${{ matrix.elasticsearch }} 51 if: ${{ matrix.elasticsearch }}
52 with: 52 with:
53 path: ~/elasticsearch 53 path: ~/elasticsearch
@@ -62,7 +62,7 @@ jobs: @@ -62,7 +62,7 @@ jobs:
62 analysis-stempel 62 analysis-stempel
63 analysis-ukrainian 63 analysis-ukrainian
64 64
65 - - uses: actions/cache@v2 65 + - uses: actions/cache@v3
66 if: ${{ matrix.opensearch }} 66 if: ${{ matrix.opensearch }}
67 with: 67 with:
68 path: ~/opensearch 68 path: ~/opensearch