diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ac7dcc..dd295c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: node-version: [ 18, 20 ] steps: - name: checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - name: setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: