Skip to content

Commit 319577a

Browse files
chore: sync files (#2907)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
1 parent 8cc9e27 commit 319577a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test-differential.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Get modified files
7979
id: get-modified-files
80-
uses: tj-actions/changed-files@v34
80+
uses: tj-actions/changed-files@v35
8181
with:
8282
files: |
8383
**/*.cpp

.pre-commit-config-optional.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/tcort/markdown-link-check
3-
rev: v3.10.3
3+
rev: v3.11.0
44
hooks:
55
- id: markdown-link-check
66
args: [--config=.markdown-link-check.json]

0 commit comments

Comments
 (0)