diff --git a/.github/workflows/commercial-bundle-bump.yml b/.github/workflows/commercial-bundle-bump.yml index 50fe28e9abb..3ec324e48d8 100644 --- a/.github/workflows/commercial-bundle-bump.yml +++ b/.github/workflows/commercial-bundle-bump.yml @@ -53,7 +53,7 @@ jobs: # if there's no existing PR, and there's a new version available create a PR if: ${{ needs.check.outputs.PR_EXISTS == 'false' && needs.check.outputs.CURRENT_VERSION != needs.check.outputs.LATEST_VERSION }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: main diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 60ac29b93d4..b870e299e59 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -9,7 +9,7 @@ jobs: name: Typescript runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: corepack enable - uses: actions/setup-node@v4