diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07d34ec..4371c90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 with: @@ -45,7 +45,7 @@ jobs: TARGET_DB: ${{ matrix.database }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 with: