From 1eda5227521d10788df2ed311e2b7390ef913854 Mon Sep 17 00:00:00 2001 From: Watson Date: Sat, 6 Jan 2024 10:20:23 +0900 Subject: [PATCH] CI: Update actions/checkout to v4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c5d20d4..8601890e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 20 name: Lint steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Ruby 2.6 @@ -40,7 +40,7 @@ jobs: - { full: 7.1.1-15, major-minor: '7.1' } name: Ruby ${{ matrix.ruby-version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache ImageMagick uses: actions/cache@v3 with: @@ -70,7 +70,7 @@ jobs: ruby-version: ['9.3.10.0', '9.4.3.0'] name: JRuby ${{ matrix.ruby-version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@master with: