From cce78d4411928f03fafd1071bf5dc30e86dc335e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:15:25 +0000 Subject: [PATCH] ci: bump actions/setup-node from 3.7.0 to 3.8.1 Signed-off-by: dependabot[bot] --- .changelog/459.internal.md | 1 + .github/workflows/ci-lint.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/459.internal.md diff --git a/.changelog/459.internal.md b/.changelog/459.internal.md new file mode 100644 index 00000000..72b85bc4 --- /dev/null +++ b/.changelog/459.internal.md @@ -0,0 +1 @@ +ci: bump actions/setup-node from 3.7.0 to 3.8.1 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 1edc155e..f69e5725 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 18 - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.1 with: node-version: "18.x" - name: Set up Go 1.19