From 5b760e0cc74b05cda3baa4aff0d7ad38b8a0559a Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Thu, 8 Feb 2024 00:02:02 +0100 Subject: [PATCH] Upgrade GitHub Action versions --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c64d0807..f7fc91ba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,10 +17,10 @@ jobs: node: [18, 19, 20, 21] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node v${{ matrix.node }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} cache: 'yarn' @@ -40,7 +40,7 @@ jobs: ruby: [2.7, '3.0', 3.1, 3.2, 3.3] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby v${{ matrix.ruby }} uses: ruby/setup-ruby@v1