Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored and msrb committed Feb 4, 2024
1 parent 12ead03 commit f9a646c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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@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 }}
Expand Down

0 comments on commit f9a646c

Please sign in to comment.