diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a43ef5a..1b9f1c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - ruby: "truffleruby" experimental: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}}