From 5ad801a49292a49975bee2769e2931a6931bdc75 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 8 Mar 2024 14:47:13 +0100 Subject: [PATCH] upgrade GitHub Actions versions no special reason, just keeping current --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2264835..6f3634d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.0.5' @@ -28,7 +28,7 @@ jobs: ( ! grep -qie Error -e Warn error.log ) - name: Cache HTMLProofer id: cache-htmlproofer - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: tmp/.htmlproofer key: ${{ runner.os }}-htmlproofer