From 2aa97503058e3258c5458c3c39f33a69049422bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:26:59 +0000 Subject: [PATCH 1/2] chore(deps): bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/changeset-release.yml | 2 +- .github/workflows/terraform-serverless-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index f426e4c1..547eb78f 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 diff --git a/.github/workflows/terraform-serverless-deploy.yml b/.github/workflows/terraform-serverless-deploy.yml index 1851e876..2a55389d 100644 --- a/.github/workflows/terraform-serverless-deploy.yml +++ b/.github/workflows/terraform-serverless-deploy.yml @@ -145,7 +145,7 @@ jobs: env |sort |grep AWS aws sts get-caller-identity - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 16 From 61473e0a7158eb66c37855362057b9feff4e8647 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:27:21 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump the github-actions group with 1 update --- .changeset/conceptual-yellow-panther.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/conceptual-yellow-panther.md diff --git a/.changeset/conceptual-yellow-panther.md b/.changeset/conceptual-yellow-panther.md new file mode 100644 index 00000000..18bfb7db --- /dev/null +++ b/.changeset/conceptual-yellow-panther.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump the github-actions group with 1 update