From f20f8fddb30e91e2cb5a0e562ab45398ddc10abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:11:45 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.1.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.1.0. - [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.0) --- 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 a935960..8b80ec0 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.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.4.1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1dfc039..73731e8 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.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.4.1 with: