Skip to content

Commit

Permalink
[Renovate] Update fregante/setup-git-user action to v2.0.2 (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 18, 2024
1 parent d5bfed3 commit c6aa321
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.head_ref }}

- uses: fregante/[email protected].1
- uses: fregante/[email protected].2

- run: |
rustup update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
persist-credentials: false

- run: echo pycobertura >> requirements.txt
- uses: fregante/[email protected].1
- uses: fregante/[email protected].2
- uses: py-actions/[email protected]

- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ronlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
tool: cargo-llvm-cov

- uses: fregante/[email protected].1
- uses: fregante/[email protected].2
- run: echo pycobertura >> requirements.txt
- uses: py-actions/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.head_ref }}

- uses: fregante/[email protected].1
- uses: fregante/[email protected].2

- run: |
cargo fmt
Expand Down

0 comments on commit c6aa321

Please sign in to comment.