Skip to content

Commit d518f40

Browse files
falbrechtskirchingerarthurzam
authored andcommitted
ci: bump actions/checkout@v6
Node.js 20 actions are deprecated. See-also: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 98a54b8 commit d518f40

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@v4
14+
uses: actions/checkout@v6
1515
with:
1616
path: pkgcheck-action
1717

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

0 commit comments

Comments
 (0)