diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 9d83e714a39..bb0f40ea205 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -78,7 +78,7 @@ jobs: repository: "grafana/grafana-github-actions" path: ./actions ref: main - - uses: actions/setup-node@v2.4.1 + - uses: actions/setup-node@v2.5.1 with: node-version: '14' - name: Install Actions diff --git a/.github/workflows/detect-breaking-changes-build.yml b/.github/workflows/detect-breaking-changes-build.yml index 3554b8afcaa..33e9f66519b 100644 --- a/.github/workflows/detect-breaking-changes-build.yml +++ b/.github/workflows/detect-breaking-changes-build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup environment - uses: actions/setup-node@v2 + uses: actions/setup-node@v2.5.1 with: node-version: '16' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 79b616f1cb1..848c10e8755 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v1 - run: git clone --single-branch --no-tags --depth 1 -b master https://grafanabot:${{ secrets.GH_BOT_ACCESS_TOKEN }}@github.com/grafana/website-sync ./.github/actions/website-sync - name: generate-packages-docs - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v2.5.1 id: generate-docs with: node-version: '14'