diff --git a/.changelog/3563.internal.md b/.changelog/3563.internal.md new file mode 100644 index 00000000000..1492a9af6f2 --- /dev/null +++ b/.changelog/3563.internal.md @@ -0,0 +1 @@ +ci: bump actions/setup-node from v2.1.2 to v2.1.3 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index bef4d517947..e4d54e4fd26 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.2 + uses: actions/setup-node@v2.1.3 with: node-version: "12.x" - name: Set up Go 1.15