Skip to content

Commit

Permalink
ci: bump actions/checkout@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Feb 3, 2024
1 parent ba545e3 commit 16edefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pkgcheck-action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: pkgcheck-action

- name: Checkout GURU repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: gentoo/guru
path: guru
Expand Down

0 comments on commit 16edefb

Please sign in to comment.