diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8ca066ecfd..6bd99cdbb9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out files from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setting up Node.js uses: actions/setup-node@v2.4.1 with: @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out files from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setting up Node.js uses: actions/setup-node@v2.4.1 with: