Skip to content

Commit f6a7af6

Browse files
committed
1 parent 2dadd31 commit f6a7af6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ permissions:
66

77
jobs:
88
Run-Markdown-Checks:
9+
name: Run Markdown Checks
910
runs-on: ubuntu-24.04
1011
steps:
1112
- name: checkout
1213
uses: actions/checkout@v4
1314
with:
1415
persist-credentials: false
1516
- name: Install Python dependencies
16-
uses: py-actions/py-dependency-install@v4
17+
uses: py-actions/py-dependency-install@9c419aa98bfb42280bdae2b0a736befd9b01e3b1 # v4
1718
with:
1819
path: "tools/requirements.txt"
1920
update-pip: "false"

0 commit comments

Comments
 (0)