Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent bdff8f5 commit 1c57591
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Rust
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check warning on line 10 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / YAML

10:73 [comments] too few spaces before comment

Check warning on line 10 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / YAML

10:73 [comments] too few spaces before comment
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
Expand All @@ -19,7 +19,7 @@ jobs:
name: YAML
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check warning on line 22 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / YAML

22:73 [comments] too few spaces before comment

Check warning on line 22 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / YAML

22:73 [comments] too few spaces before comment
- run: pip install yamllint

- run: yamllint -s -f github .
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check warning on line 14 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / YAML

14:73 [comments] too few spaces before comment

Check warning on line 14 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / YAML

14:73 [comments] too few spaces before comment
- uses: dtolnay/rust-toolchain@stable

- run: cargo publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Unit
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check warning on line 10 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / YAML

10:73 [comments] too few spaces before comment

Check warning on line 10 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / YAML

10:73 [comments] too few spaces before comment

- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@just
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
name: Examples
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check warning on line 46 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / YAML

46:73 [comments] too few spaces before comment

Check warning on line 46 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / YAML

46:73 [comments] too few spaces before comment

- uses: dtolnay/rust-toolchain@stable
- run: pip install yq
Expand Down

0 comments on commit 1c57591

Please sign in to comment.