diff --git a/.changelog/326.internal.md b/.changelog/326.internal.md new file mode 100644 index 00000000..5e104841 --- /dev/null +++ b/.changelog/326.internal.md @@ -0,0 +1 @@ +ci: bump actions/setup-node from 3.1.0 to 3.1.1 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 5faf4967..cb2ac780 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -35,7 +35,7 @@ jobs: with: python-version: '3.x' - name: Set up Node.js 12 - uses: actions/setup-node@v3.1.0 + uses: actions/setup-node@v3.1.1 with: node-version: "12.x" - name: Set up Go 1.17