diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02d1523..7b81f27 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: name: Node.js ${{ matrix.node }} steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache Node.js modules uses: actions/cache@v2.1.6 env: