Skip to content

Commit f49ca0f

Browse files
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](super-linter/super-linter@v7...v8) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <support@github.com>
1 parent 2169b49 commit f49ca0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: find css/ webfonts/ icons/ js/ -type f -not -name '.gitkeep' -delete
3232

3333
- name: Lint Code Base
34-
uses: super-linter/super-linter/slim@v7
34+
uses: super-linter/super-linter/slim@v8
3535
env:
3636
DEFAULT_BRANCH: ${{ github.head_ref || github.ref_name }}
3737
# CSS Linter will choke on generated assets
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
node-version: 18
7474

75-
- uses: actions/download-artifact@v4
75+
- uses: actions/download-artifact@v5
7676
with:
7777
name: release
7878

@@ -144,7 +144,7 @@ jobs:
144144
version: ${{ steps.asset_version.outputs.version }}
145145

146146
steps:
147-
- uses: actions/download-artifact@v4
147+
- uses: actions/download-artifact@v5
148148
with:
149149
name: build
150150

@@ -179,7 +179,7 @@ jobs:
179179
runs-on: [ubuntu-latest]
180180

181181
steps:
182-
- uses: actions/download-artifact@v4
182+
- uses: actions/download-artifact@v5
183183
with:
184184
name: build
185185

0 commit comments

Comments
 (0)