From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 00:28:46 +0000 (+0000) Subject: Build: Build: Bump actions/checkout from 3.5.2 to 3.5.3 X-Git-Tag: 3.7.1~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a370d7df4232c98f536bd97c049a0445d75c0f9e;p=jquery.git Build: Build: 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/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...c85c95e3d7251135ab7dc9ce3241c5835cc595a9) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Closes gh-5283 (cherry picked from commit 4a13266efd262a92f05d86b71d715885de103e6d) --- diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 40f1a74b4..a897686b8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -42,7 +42,7 @@ jobs: BROWSERS: "FirefoxHeadless" steps: - name: Checkout - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1