From 5a29c44a4f9779fb01fa1f1220b74f7d57321b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:24:31 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- .github/workflows/release.yml | 2 +- .github/workflows/snapshot.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35e780b..2fa409a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: node-version: [18] pnpm-version: [7] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.2.2 with: version: ${{ matrix.pnpm-version }} @@ -60,7 +60,7 @@ jobs: node-version: [18] pnpm-version: [7] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.2.2 with: version: ${{ matrix.pnpm-version }} @@ -93,7 +93,7 @@ jobs: node-version: [18] pnpm-version: [7] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.2.2 with: version: ${{ matrix.pnpm-version }} @@ -127,7 +127,7 @@ jobs: pnpm-version: [7] react-version: [17, 18] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.2.2 with: version: ${{ matrix.pnpm-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d48485..431a7b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: node-version: [16] pnpm-version: [7] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits. fetch-depth: 0 diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 2f02332..46bfdaa 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -11,7 +11,7 @@ jobs: node-version: [16] pnpm-version: [7] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0