Skip to content

Commit

Permalink
Update actions versions and runner commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored and msrb committed Feb 4, 2024
1 parent 5b08cce commit 12ead03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upstream-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- retrace-server
steps:
- name: Check out ${{ matrix.component }} translations
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: translations
ref: ${{ matrix.component }}

- name: Check out upstream ${{ matrix.component }} repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: upstream
repository: abrt/${{ matrix.component }}
Expand All @@ -40,11 +40,11 @@ jobs:
exit 0
echo 'Translation files updated'
echo '::set-output name=create-pr::1'
echo 'create-pr=1' >> $GITHUB_OUTPUT
- name: Create pull request in upstream repository
if: ${{ steps.update-translations.outputs.create-pr }}
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v5
with:
branch: translations-update
path: upstream/
Expand Down

0 comments on commit 12ead03

Please sign in to comment.