]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: update to `actions/cache@2`
authorXhmikosR <xhmikosr@gmail.com>
Thu, 28 May 2020 14:54:02 +0000 (17:54 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 4 Jun 2020 14:53:16 +0000 (17:53 +0300)
.github/workflows/test.yml

index 0aac36a6b1aeeb47259443f6d34a923f01bceb17..c371f24beacd2d17a883f63cb42721e45a861534 100644 (file)
@@ -32,7 +32,7 @@ jobs:
         run: 'echo "gem: --no-document" > ~/.gemrc'
 
       - name: Set up Ruby cache
-        uses: actions/cache@v1
+        uses: actions/cache@v2
         with:
           path: vendor/bundle
           key: ${{ runner.os }}-ruby-v${{ matrix.ruby }}-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }}
@@ -41,7 +41,7 @@ jobs:
             ${{ runner.os }}-ruby-v${{ matrix.ruby }}-
 
       - name: Set up npm cache
-        uses: actions/cache@v1
+        uses: actions/cache@v2
         with:
           path: ~/.npm
           key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}