From f9a646cdfc1391b5dfc85c781a451223d7af652d Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Mon, 11 Sep 2023 14:31:42 -0300 Subject: [PATCH] Update actions/checkout to v4 --- .github/workflows/upstream-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upstream-pr.yml b/.github/workflows/upstream-pr.yml index 56db7c1..5556729 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@v3 + uses: actions/checkout@v4 with: path: translations ref: ${{ matrix.component }} - name: Check out upstream ${{ matrix.component }} repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: upstream repository: abrt/${{ matrix.component }}