From d61de019f5f4caa7f6b820aef477b9b08fe440d3 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 3 Jun 2023 10:52:31 +0900 Subject: [PATCH] Fix build warnings in the CI by using actions/checkout@v3 "Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2." https://github.com/ruby-i18n/i18n/actions/runs/5161186483 --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index a06ede8f..3e33190e 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: