Skip to content

Commit

Permalink
update actions/checkout version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Oct 3, 2024
1 parent 6d3a396 commit 05ca6ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout markdown
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.0

- name: Link Checker
uses: lycheeverse/[email protected]
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout markdown
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.0

- name: Lint markdown
uses: DavidAnson/[email protected]
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout markdown
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.0

- name: spell_checker
uses: rojopolis/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout markdown
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.0

- name: Link Checker
uses: lycheeverse/[email protected]
Expand Down

0 comments on commit 05ca6ab

Please sign in to comment.