From 20dc2e0dfdca9b4ac5fc1be6f5252bd2fc17ab61 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Tue, 12 Mar 2024 09:12:19 +0100 Subject: [PATCH] github action updates --- .github/workflows/brakeman.yml | 2 +- .github/workflows/rubocop.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/brakeman.yml b/.github/workflows/brakeman.yml index e567da2..34a8d1e 100644 --- a/.github/workflows/brakeman.yml +++ b/.github/workflows/brakeman.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0 + ruby-version: 3.2 bundler-cache: true - name: Setup gems diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 4383ce8..43c9df4 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0 + ruby-version: 3.2 bundler-cache: true - name: Setup gems