From fb6fae3e5990c0132e091317c19d6e427087d84d Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 15 Jul 2024 12:18:45 +0200 Subject: [PATCH] Update ruby version and actions --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 91830dec0..4a3d9fb01 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,21 +8,21 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: cache: npm cache-dependency-path: scripts/pre-build/package-lock.json - - name: Set up Ruby 2.6.2 + - name: Set up Ruby 3.3 uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6.2 + ruby-version: 3.3 bundler-cache: true - name: Update git submodules