From b47dbdfb6807a30bb7eedf03384f61ae5dabe5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 00:09:50 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.7.0 to 3.8.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/e33196f7422957bea03ed53f6fbb155025ffc7b8...bea5baf987ba7aa777a8a0b4ace377a21c45c381) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/social.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8319f7a1..c351f638 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: with: go-version: 1.20.5 cache-dependency-path: src/go.sum - - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 + - uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 with: node-version: 17.6.0 # Create Kind cluster to have a Kubernetes context for cloud-native-azure theme diff --git a/.github/workflows/social.yml b/.github/workflows/social.yml index df8ffe7a..face108a 100644 --- a/.github/workflows/social.yml +++ b/.github/workflows/social.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Node ⬇️ - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 + uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 with: node-version: 18 - name: Checkout code 👋