Skip to content

Commit c138d53

Browse files
author
H. Peter Anvin (Intel)
committed
github: update test.yml to be compatible with newer requirements
The test.yml file uses actions/checkout@v4, which apparently is being deprecated; bump to @v6 (using Node.js 24) instead. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
1 parent 081a097 commit c138d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
apt-get update && apt-get install -y automake perl python3 build-essential
2121
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Prepare build system
2626
run: |

0 commit comments

Comments
 (0)