From e84d8d2d5f74c2216563a714448388899b98842b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 08:03:11 +0000 Subject: [PATCH] Bump actions/checkout from 3.3.0 to 3.5.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.1. - [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.3.0...v3.5.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 70525a6ee..79e17d283 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -53,7 +53,7 @@ jobs: node-version: [16, 18, 19] steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.1 - uses: pnpm/action-setup@v2.2.4 with: version: 7.17.1