From 257268e0c842e2d583955a3577e0316a452ebcb1 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 6 May 2022 17:10:46 +0200 Subject: [PATCH] CI: Update GitHub Action "checkout" to v3 (#1416) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7caf42bd..44a53959d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: BUNDLE_WITHOUT: development:test steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby 2.7 uses: ruby/setup-ruby@v1 @@ -43,7 +43,7 @@ jobs: ruby: [ '2.6', '2.7', '3.0', '3.1', truffleruby-head ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e86f8cc9f..a380cf368 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby 2.7 uses: actions/setup-ruby@v1