diff --git a/.changelog/3364.internal.md b/.changelog/3364.internal.md new file mode 100644 index 00000000000..11c6ecee14b --- /dev/null +++ b/.changelog/3364.internal.md @@ -0,0 +1 @@ +ci: Bump actions/setup-node from v2.1.1 to v2.1.2 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index a6472e59428..6f892f57dfe 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -36,7 +36,7 @@ jobs: with: python-version: '3.x' - name: Set up Node.js 12 - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v2.1.2 with: node-version: "12.x" - name: Set up Go 1.15