diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cca071e..e78ab4f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: ruby_version: ['3.3', '3.4'] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Use GitHub Actions' cache to shorten build times and decrease load on servers - uses: ruby/setup-ruby@v1