Skip to content

Commit

Permalink
pin the actions/checkout GitHub Action to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Apr 30, 2024
1 parent d97e681 commit 2e32ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:

- name: Checkout this repository
uses: actions/checkout@master
uses: actions/checkout@v4.1.4

- name: Download .markdownlint.json
uses: suisei-cn/actions-download-file@v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@master
uses: actions/checkout@v4.1.4

- name: Download .markdownlint.json
uses: suisei-cn/actions-download-file@v1.4.0
Expand Down

0 comments on commit 2e32ebe

Please sign in to comment.