From 15e3792d99e0c73f287a5636d964514029adab33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:23:30 +0000 Subject: Build(deps): Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 352aea869..f614efe95 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: name: eslint node${{ matrix.node-versions }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up node ${{ matrix.node-versions }} uses: actions/setup-node@v1 @@ -38,7 +38,7 @@ jobs: name: stylelint node${{ matrix.node-versions }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up node ${{ matrix.node-versions }} uses: actions/setup-node@v1 -- cgit v1.2.3