diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 70517ba..d240ac3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: ruby: [ '3.1', '3.2', '3.3', '3.4' ] faraday: [ '~> 1.0', '~> 2.0' ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: