Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
deps(ci): bump peter-evans/create-pull-request from 5 to 6 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
2 parents 0ba7b30 + 59b2b7f commit d035e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "modified=${hasModif}" >> $GITHUB_ENV
- name: Create Pull Request
if: ${{ env.modified == 'true' }}
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: Auto update po files
title: Auto update po files
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
run: git config --global --add safe.directory /__w/aad-auth/aad-auth
- name: Create Pull Request
if: ${{ env.modified == 'true' }}
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: Auto update packaging related Rust files
title: Auto update packaging related Rust files
Expand Down

0 comments on commit d035e60

Please sign in to comment.