From f3cca26dca9f258a149d0de1daccc9f2eeab5cce Mon Sep 17 00:00:00 2001 From: m-nakamura145 Date: Tue, 6 Feb 2024 10:51:11 +0900 Subject: [PATCH] Bump actions/checkout --- .github/workflows/ci.yml | 2 +- .github/workflows/keep-an-eye-on-ruby-head.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65883bee..48c83185 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - "head" runs-on: ${{ matrix.os }} steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "ruby/setup-ruby@v1" with: ruby-version: ${{ matrix.ruby-version }} diff --git a/.github/workflows/keep-an-eye-on-ruby-head.yml b/.github/workflows/keep-an-eye-on-ruby-head.yml index 67226dd9..d1b09262 100644 --- a/.github/workflows/keep-an-eye-on-ruby-head.yml +++ b/.github/workflows/keep-an-eye-on-ruby-head.yml @@ -16,7 +16,7 @@ jobs: - "head" runs-on: ${{ matrix.os }} steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "ruby/setup-ruby@v1" with: ruby-version: ${{ matrix.ruby-version }}