From 226cf546f3d95868563b39782b89034260f931fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:40:51 +0000 Subject: [PATCH] build(deps): bump wearerequired/lint-action from 1 to 2 Bumps [wearerequired/lint-action](https://github.com/wearerequired/lint-action) from 1 to 2. - [Release notes](https://github.com/wearerequired/lint-action/releases) - [Commits](https://github.com/wearerequired/lint-action/compare/v1...v2) --- updated-dependencies: - dependency-name: wearerequired/lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/dockerImage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 380f67879..a03a063d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: mode: ${{ env.ENV_NAME }} - run: npm ci - name: Run linters - uses: wearerequired/lint-action@v1 + uses: wearerequired/lint-action@v2 with: github_token: ${{ secrets.github_token }} eslint: true diff --git a/.github/workflows/dockerImage.yml b/.github/workflows/dockerImage.yml index 959d6f867..e54445f11 100644 --- a/.github/workflows/dockerImage.yml +++ b/.github/workflows/dockerImage.yml @@ -40,7 +40,7 @@ jobs: mode: ${{ env.ENV_NAME }} - run: npm ci - name: Run linters - uses: wearerequired/lint-action@v1 + uses: wearerequired/lint-action@v2 with: github_token: ${{ secrets.github_token }} eslint: true