diff --git a/.github/workflows/samples-integration-test.yml b/.github/workflows/samples-integration-test.yml index ebac905e7..2d10dd45e 100644 --- a/.github/workflows/samples-integration-test.yml +++ b/.github/workflows/samples-integration-test.yml @@ -96,7 +96,7 @@ jobs: clean: true - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20.x'