From 358f243db38a4fabc166aa5f6ec5666e4fce1361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:49:18 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.1.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.2.2. - [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.1.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6e97f67..569cd50 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: matrix: node-version: [14.x] steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v4.2.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4.0.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c4b816..1725b6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: matrix: node-version: [14.x] steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v4.2.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4.0.0 with: