diff --git a/.github/workflows/shipjs-trigger.yml b/.github/workflows/shipjs-trigger.yml index d839a4ca..2a62f303 100644 --- a/.github/workflows/shipjs-trigger.yml +++ b/.github/workflows/shipjs-trigger.yml @@ -10,7 +10,7 @@ jobs: if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'releases/v') steps: - name: Checkout 🛎️ - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 ref: main