diff --git a/.github/workflows/challenges.yml b/.github/workflows/challenges.yml index 6aa30e8..44191e2 100644 --- a/.github/workflows/challenges.yml +++ b/.github/workflows/challenges.yml @@ -20,7 +20,7 @@ jobs: SKIP_LOGIN: true - name: 'Use Node.js' - uses: 'actions/setup-node@v2.5.0' + uses: 'actions/setup-node@v2.5.1' with: node-version: '16.x' cache: 'npm' diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 7a30f61..04609e3 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -13,7 +13,7 @@ jobs: - uses: 'actions/checkout@v2' - name: 'Use Node.js' - uses: 'actions/setup-node@v2.5.0' + uses: 'actions/setup-node@v2.5.1' with: node-version: '16.x' cache: 'npm' @@ -32,7 +32,7 @@ jobs: - uses: 'actions/checkout@v2' - name: 'Use Node.js' - uses: 'actions/setup-node@v2.5.0' + uses: 'actions/setup-node@v2.5.1' with: node-version: '16.x' cache: 'npm' @@ -54,7 +54,7 @@ jobs: SKIP_LOGIN: true - name: 'Use Node.js' - uses: 'actions/setup-node@v2.5.0' + uses: 'actions/setup-node@v2.5.1' with: node-version: '16.x' cache: 'npm'