diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index de6a25b..db0dd8b 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: setup-ruby and bundle install uses: ruby/setup-ruby@v1 with: