From 6b7311d25675b7bf8cffc4ed95ede275a2358ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:20:43 +0000 Subject: [PATCH] Bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [super-linter/super-linter](https://github.com/super-linter/super-linter) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `super-linter/super-linter` from 7 to 8 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/v7...v8) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index f7237e5..9f5a6df 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -31,7 +31,7 @@ jobs: run: find css/ fonts/ icons/ js/ -type f -not -name '.gitkeep' -delete - name: Lint Code Base - uses: super-linter/super-linter/slim@v7 + uses: super-linter/super-linter/slim@v8 env: DEFAULT_BRANCH: ${{ github.head_ref || github.ref_name }} # CSS Linter will choke on generated assets @@ -72,7 +72,7 @@ jobs: with: node-version: 18 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: release @@ -144,7 +144,7 @@ jobs: version: ${{ steps.asset_version.outputs.version }} steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build @@ -179,7 +179,7 @@ jobs: runs-on: [ubuntu-latest] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build