From 098ccd33acb8182cf36856ae6e61942d40089858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:52:30 +0000 Subject: [PATCH] Bump yii2-framework/actions/.github/workflows/super-linter.yml Bumps [yii2-framework/actions/.github/workflows/super-linter.yml](https://github.com/yii2-framework/actions) from 1 to 2. - [Release notes](https://github.com/yii2-framework/actions/releases) - [Changelog](https://github.com/yii2-framework/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/yii2-framework/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: yii2-framework/actions/.github/workflows/super-linter.yml dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7b46557..bd94cfc 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,6 +12,6 @@ permissions: jobs: linter: - uses: yii2-framework/actions/.github/workflows/super-linter.yml@v1 + uses: yii2-framework/actions/.github/workflows/super-linter.yml@v2 secrets: AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}