Skip to content

Commit 49e4959

Browse files
committed
pin the actions/checkout GitHub Action to a specific version
1 parent 57b9102 commit 49e4959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-markdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout this repository
9-
uses: actions/checkout@master
9+
uses: actions/checkout@v4.1.4
1010

1111
- name: Download .markdownlint.json
1212
uses: suisei-cn/[email protected]

0 commit comments

Comments
 (0)