diff --git a/.github/workflows/update-production.yml b/.github/workflows/update-production.yml index 07e930ac..0ccc299d 100644 --- a/.github/workflows/update-production.yml +++ b/.github/workflows/update-production.yml @@ -10,7 +10,7 @@ jobs: if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.ref }} fetch-depth: 0