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 👋