diff --git a/.github/workflows/feature-toggle-cleanup.yml b/.github/workflows/feature-toggle-cleanup.yml index f157dfcb61491..0f30fb54ce958 100644 --- a/.github/workflows/feature-toggle-cleanup.yml +++ b/.github/workflows/feature-toggle-cleanup.yml @@ -12,7 +12,7 @@ jobs: if: github.repository == 'grafana/grafana' steps: - name: Check out the code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: "20.x"