diff --git a/.github/workflows/lint-css.yml b/.github/workflows/lint-css.yml index e6f2acb9fe..5c7c8379f8 100644 --- a/.github/workflows/lint-css.yml +++ b/.github/workflows/lint-css.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Node.js - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.3 - uses: xt0rted/stylelint-problem-matcher@v1 diff --git a/.github/workflows/lint-html.yml b/.github/workflows/lint-html.yml index 8039bbc729..29b6aabea0 100644 --- a/.github/workflows/lint-html.yml +++ b/.github/workflows/lint-html.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Node.js - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.3 - name: Install npm dependencies run: npm ci diff --git a/.github/workflows/lint-js.yml b/.github/workflows/lint-js.yml index 2a2b7bee37..4627100314 100644 --- a/.github/workflows/lint-js.yml +++ b/.github/workflows/lint-js.yml @@ -31,7 +31,7 @@ jobs: # setup-node task is used without a particular version in order to load # the ESLint problem matchers - name: Set up Node.js - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.3 - name: Install npm dependencies run: npm ci diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 25e98dbba5..c7630d641d 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.3 - name: Install npm dependencies run: npm ci diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 4e0b1e916d..c70b0368cb 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Node.js - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.3 - name: Install npm dependencies run: npm ci