From 9d7663fb25f187d42b8ef41d28bbb5acb2eb8f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 06:36:38 +0000 Subject: [PATCH] chore(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/coveralls.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- .github/workflows/size.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index c617358..1a8a995 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛎️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 📦 Setup pnpm uses: pnpm/action-setup@v2 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index cba5299..5fb9501 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛎️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 📦 Setup pnpm uses: pnpm/action-setup@v2 diff --git a/.github/workflows/size.yml b/.github/workflows/size.yml index eefc5f7..b665055 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -7,7 +7,7 @@ jobs: CI_JOB_NUMBER: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 📦 Setup pnpm uses: pnpm/action-setup@v2