Skip to content

Commit 8491e92

Browse files
falbrechtskirchingerarthurzam
authored andcommitted
README.md: 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> Closes: #22 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent d518f40 commit 8491e92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252

5353
- name: Run pkgcheck
5454
uses: pkgcore/pkgcheck-action@v1
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Checkout code
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v6
7474

7575
- name: Run pkgcheck
7676
uses: pkgcore/pkgcheck-action@v1

0 commit comments

Comments
 (0)