From f1b57220d596f634c4ed37d629bd4cfb54e6596a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 10:10:13 +0000 Subject: [PATCH] build(deps): bump the all group with 2 updates Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node). Updates `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) Updates `actions/setup-node` from 3 to 4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/create-indexes.yml | 2 +- .github/workflows/npm-publish.yml | 8 ++++---- .github/workflows/npm-test.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/create-indexes.yml b/.github/workflows/create-indexes.yml index fc00016..5f88e29 100644 --- a/.github/workflows/create-indexes.yml +++ b/.github/workflows/create-indexes.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: 📦 Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Runs a single command using the runners shell - uses: DaanV2/Typescript-Action-Create-Indexes@latest diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c35d0bb..6bf01a1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -21,10 +21,10 @@ jobs: steps: - name: 📦 Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🏗️ Setup Node.js Environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: npm cache-dependency-path: package-lock.json @@ -42,10 +42,10 @@ jobs: name: 🚚 Npm Publish steps: - name: 📦 Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🏗️ Setup Node.js Environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: npm cache-dependency-path: package-lock.json diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 114a0a0..4847777 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -21,10 +21,10 @@ jobs: steps: - name: 📦 Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🏗️ Setup Node.js Environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: npm cache-dependency-path: package-lock.json