diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 3a5e30e..23a4a96 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -16,7 +16,7 @@ jobs: # Beginning of yarn setup, keep in sync between all workflows, see continous-integration.yml - name: Use node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.4.1 with: node-version: ${{ matrix.node-version }} - name: 'Use cached node_modules' diff --git a/.github/workflows/continous_delivery.yml b/.github/workflows/continous_delivery.yml index ab5401d..b12a5af 100644 --- a/.github/workflows/continous_delivery.yml +++ b/.github/workflows/continous_delivery.yml @@ -21,7 +21,7 @@ jobs: # Beginning of yarn setup, keep in sync between all workflows - name: Use node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.4.1 with: node-version: ${{ matrix.node-version }} - name: 'Use cached node_modules' diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index 44dccb4..9b0871d 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -13,7 +13,7 @@ jobs: # Beginning of yarn setup, keep in sync between all workflows - name: Use node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.4.1 with: node-version: ${{ matrix.node-version }} - name: 'Use cached node_modules' diff --git a/.github/workflows/docs-check.yml b/.github/workflows/docs-check.yml index 6c99975..142c5bc 100644 --- a/.github/workflows/docs-check.yml +++ b/.github/workflows/docs-check.yml @@ -18,7 +18,7 @@ jobs: # Beginning of yarn setup, keep in sync between all workflows - name: Use node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.4.1 with: node-version: ${{ matrix.node-version }} - name: 'Use cached node_modules'