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 621969e commit 334a883
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_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
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

# The link checker will only work if mlc_config.json is a valid JSON
- name: Validate JSON
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 @@ -18,7 +18,7 @@ jobs:
steps:

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

- uses: articulate/actions-markdownlint@v1
with:
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 @@ -19,7 +19,7 @@ jobs:
steps:

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

- uses: igsekor/pyspelling-any@v1.0.4

Expand Down

0 comments on commit 334a883

Please sign in to comment.