Skip to content

Commit

Permalink
deps(ci): bump the gh-actions group with 2 updates (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
adombeck authored Sep 9, 2024
2 parents 500f480 + e1789bb commit 223a072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: git config --global --add safe.directory "$PWD"
- name: Create Pull Request
if: ${{ env.modified == 'true' }}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Auto update packaging related Rust files
title: Auto update packaging related Rust files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.0.0
- uses: actions/checkout@v4
- name: Block Fixup Commit Merge
uses: 13rac1/[email protected]

0 comments on commit 223a072

Please sign in to comment.