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

Commit

Permalink
Merge pull request #180 from ubuntu/dependabot/github_actions/peter-e…
Browse files Browse the repository at this point in the history
…vans/create-pull-request-5

Bump peter-evans/create-pull-request from 4 to 5
  • Loading branch information
denisonbarbosa authored Apr 18, 2023
2 parents 07b4749 + 89c0f79 commit b401372
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 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@v4
uses: peter-evans/create-pull-request@v5
with:
commit-message: Auto update po files
title: Auto update po files
Expand Down Expand Up @@ -90,16 +90,9 @@ jobs:
echo "modified=true" >> $GITHUB_ENV
shell: bash
# Since we run this job in a container, we need to manually add the safe directory due to some
# issues between actions/checkout and actions/runner, which seem to be triggered by multiple
# causes (e.g. https://github.com/actions/runner-images/issues/6775, https://github.com/actions/checkout/issues/1048#issuecomment-1356485556).
- name: work around permission issue with git vulnerability (we are local here). TO REMOVE
run: git config --global --add safe.directory /__w/aad-auth/aad-auth
- name: Create Pull Request
if: ${{ env.modified == 'true' }}
# V5 Beta needed because of some problems between this action and container runners.
# See more on: https://github.com/peter-evans/create-pull-request/issues/1170
uses: peter-evans/create-pull-request@v5-beta
uses: peter-evans/create-pull-request@v5
with:
commit-message: Auto update packaging related Rust files
title: Auto update packaging related Rust files
Expand Down

0 comments on commit b401372

Please sign in to comment.