From e68de900e90592617f767791e5d698377090bb90 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 12 Oct 2022 21:53:59 -0700 Subject: [PATCH] Fixed CI warnings --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3868f3..a8f90b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,14 +40,14 @@ jobs: env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle update - - uses: actions/cache@v2 + - uses: actions/cache@v3 if: ${{ matrix.elasticsearch }} with: path: ~/elasticsearch @@ -62,7 +62,7 @@ jobs: analysis-stempel analysis-ukrainian - - uses: actions/cache@v2 + - uses: actions/cache@v3 if: ${{ matrix.opensearch }} with: path: ~/opensearch -- libgit2 0.21.0