diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13322cf..aec1e2f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: node-version: [ 18, 20 ] steps: - name: Checkout Source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6