Skip to content

Commit 58998f7

Browse files
build(deps): bump the dependencies group across 1 directory with 2 updates (#149)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
1 parent 28d1c79 commit 58998f7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/dockerhub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222

2323
- name: Sync information on Docker Hub
24-
uses: peter-evans/dockerhub-description@v4
24+
uses: peter-evans/dockerhub-description@v5
2525
with:
2626
username: rlespinasse
2727
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/drawio-export.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: actions/setup-node@v4
26+
- uses: actions/setup-node@v5
2727

2828
- uses: rlespinasse/github-slug-action@v5
2929

.github/workflows/linter.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@ jobs:
2626
uses: super-linter/super-linter@v8
2727
env:
2828
VALIDATE_ALL_CODEBASE: false
29+
VALIDATE_BIOME_FORMAT: false
30+
VALIDATE_BIOME_LINT: false
31+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
32+
VALIDATE_TRIVY: false
2933
VALIDATE_YAML_PRETTIER: false
3034
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)