diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index f2e4fd2..31d1475 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -67,7 +67,7 @@ jobs: steps: - name: Checking out code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Remove Gemfile.lock run: rm -f Gemfile.lock @@ -99,7 +99,7 @@ jobs: steps: - name: Checking out code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Remove Gemfile.lock run: rm -f Gemfile.lock