From 12ead034939d608f5f4251628c98a9d9debe653a Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Thu, 7 Sep 2023 09:30:37 -0300 Subject: [PATCH] Update actions versions and runner commands --- .github/workflows/upstream-pr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/upstream-pr.yml b/.github/workflows/upstream-pr.yml index a2c7c00..56db7c1 100644 --- a/.github/workflows/upstream-pr.yml +++ b/.github/workflows/upstream-pr.yml @@ -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 }} @@ -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/