diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5093859..aed069b 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 shell: bash @@ -106,7 +106,7 @@ jobs: steps: - name: Checking out code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Remove Gemfile.lock shell: bash