Skip to content

Commit 16edefb

Browse files
committed
ci: bump actions/checkout@v4
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent ba545e3 commit 16edefb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout pkgcheck-action
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
path: pkgcheck-action
1717

1818
- name: Checkout GURU repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
repository: gentoo/guru
2222
path: guru

0 commit comments

Comments
 (0)