From 2b175a11e895dbbc2129a12c67d642606323b6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 13:06:35 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.2 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [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.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 2 +- .github/workflows/npm-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bc2e3a7..10cf090 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,7 +12,7 @@ "matrix": { "node-version": ["14.x", "16.x", "18.x", "20.x"] } }, "steps": [ - { "uses": "actions/checkout@v3.5.2" }, + { "uses": "actions/checkout@v3.5.3" }, { "name": "Use Node.js ${{ matrix.node-version }}", "uses": "actions/setup-node@v3.6.0", diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 10df8bd..5ca77e0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -8,7 +8,7 @@ "build": { "runs-on": "ubuntu-latest", "steps": [ - { "uses": "actions/checkout@v3.5.2" }, + { "uses": "actions/checkout@v3.5.3" }, { "uses": "actions/setup-node@v3.6.0", "with": { @@ -24,7 +24,7 @@ "runs-on": "ubuntu-latest", "permissions": { "id-token": "write" }, "steps": [ - { "uses": "actions/checkout@v3.5.2" }, + { "uses": "actions/checkout@v3.5.3" }, { "uses": "actions/setup-node@v3.6.0", "with": {