Skip to content

Commit 9b21b65

Browse files
committed
removed breaking changes
1 parent fed34ea commit 9b21b65

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/action-superlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
# list of files that changed across commits
2727
fetch-depth: 0
2828

29-
- name: Run Super-Linter
30-
uses: super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2 # v7.3.0 # x-release-please-version
29+
- name: Run Super-linter
30+
uses: super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0 # x-release-please-version
3131
env:
3232
# To report GitHub Actions status checks
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

action-templates/actions/action-deploy-docs/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Deploy docs"
22

33
inputs:
4-
artifact-name:
4+
artifact_name:
55
description: "The name of the artifact to deploy"
66
required: false
77
default: "github-pages"
@@ -18,4 +18,4 @@ runs:
1818
if: (github.ref_name == inputs.deploy-branch)
1919
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
2020
with:
21-
artifact_name: ${{ inputs.artifact-name }}
21+
artifact_name: ${{ inputs.artifact-name }}

0 commit comments

Comments
 (0)