diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index e202f47c2e4..c0a6188a87a 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -74,7 +74,7 @@ jobs: repository: "grafana/grafana-github-actions" path: ./actions ref: main - - uses: actions/setup-node@v3.3.0 + - uses: actions/setup-node@v3.4.0 with: node-version: '16' - name: Install Actions diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6a6b6387ac3..b809b1030e1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - 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@v3.3.0 + uses: actions/setup-node@v3.4.0 id: generate-docs with: node-version: '16'