diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b98f72..4df3305 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm uses: pnpm/action-setup@v2.4.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37ff432..1e69294 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: private_key: ${{ secrets.CT_CHANGESETS_APP_PEM }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Pass a personal access token (using our `ct-changesets` app) to be able to trigger other workflows # https://help.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token