diff --git a/.github/workflows/rubyTests.yml b/.github/workflows/rubyTests.yml index 1a45bd74d..4549b66a2 100644 --- a/.github/workflows/rubyTests.yml +++ b/.github/workflows/rubyTests.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }}