Skip to content

Commit

Permalink
Do 'uses: actions/checkout@v4'
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 31, 2024
1 parent 718e595 commit a8dce9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Remove folders that are allowed broken links
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Remove folders that should not have a Markdown style check
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Remove folders that must allow spelling mistakes
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: 3.x
Expand Down

0 comments on commit a8dce9d

Please sign in to comment.