From fb94e9cb2d93bcebfb16c855ae8efccea8762dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:43:27 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.1.0 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.1.7. - [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.1.7) --- 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..d7ef8ff 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.1.7 - 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..1419667 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.1.7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4.0.0 with: