Skip to content

Commit b96878f

Browse files
committed
Update checkout action version to 4
The actions/checkout is now updated to 4 to avoid Node.js 16 deprecation warning. Signed-off-by: Pragadeeswaran Sathyanarayanan <pragadeeswaran.sathyanarayanan@ibm.com>
1 parent d0fcd6d commit b96878f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Verify Jenkins jobs
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: build JJB container image
1414
run: docker build -t nfs-ganesha-ci-tests -f tests/Containerfile .
1515
- name: update Jenkins Jobs

0 commit comments

Comments
 (0)