Skip to content

Commit fe311d3

Browse files
Update All Dependencies
1 parent 33360bc commit fe311d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/markdown-lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
}
4141
4242
- name: Markdown Linting
43-
uses: DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v24
43+
uses: DavidAnson/markdownlint-cli2-action@6bf21b07787794f89a243495939cd651942aeabe # v24
4444
with:
4545
config: ${{ inputs.config }}
4646
fix: ${{ inputs.fix }}

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
- name: Set up Node.js
7575
id: setup-node
7676
if: inputs.node-version != 'none'
77-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
77+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
7878
with:
7979
node-version: ${{ inputs.node-version }}
8080
node-version-file: ${{ inputs.node-version-file }}

0 commit comments

Comments
 (0)