From 0769aa91e7990f6ee17a3f0cc634be87ed5c9a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 22:24:07 +0000 Subject: [PATCH] ci: bump actions/setup-node from 3.1.0 to 3.1.1 Signed-off-by: dependabot[bot] --- .changelog/326.internal.md | 1 + .github/workflows/ci-lint.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/326.internal.md 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