diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c673be..15a40a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies