From 8cc77eaed0b98d799ad392655a3b575a33ff0d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:56:30 +0000 Subject: [PATCH 1/2] Build(deps): Bump actions/setup-node from 4.0.3 to 4.0.4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/1e60f620b9541d16bece96c5465dc8ee9832be0b...0a44ba7841725637a19e28fa30b79a866c81b0a6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63a4b66..a9079b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: # Windows: # Windows does not support asdf, so we have to use `actions/setup-node` # to install asdf: - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 if: runner.os == 'Windows' with: node-version-file: '.tool-versions' @@ -105,7 +105,7 @@ jobs: # Windows: # Windows does not support asdf, so we have to use `actions/setup-node` # to install asdf: - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 if: runner.os == 'Windows' with: node-version-file: '.tool-versions' From 3fd5ffe94aec6d547197bde35f1b8af92713331e Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 9 Oct 2024 01:28:53 -0400 Subject: [PATCH 2/2] Add comments with the version number tags --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9079b1..d43b69f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: # Windows: # Windows does not support asdf, so we have to use `actions/setup-node` # to install asdf: - - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 if: runner.os == 'Windows' with: node-version-file: '.tool-versions' @@ -105,7 +105,7 @@ jobs: # Windows: # Windows does not support asdf, so we have to use `actions/setup-node` # to install asdf: - - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 if: runner.os == 'Windows' with: node-version-file: '.tool-versions'