From 84fbfb7ef42477ea00efeaf0ac5e885ca0bef5f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:30:50 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#2611) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce40b36ac3..b43082b877 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: Setup Node (uses version in .nvmrc) uses: actions/setup-node@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2297aaa7ba..5652697c2e 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-release-bot` account) to be able to trigger # other workflows