From 9001642099223e72fbedb7237d2bd6d64a4da818 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 4 Jan 2023 11:27:26 -0800 Subject: [PATCH] Use non-deprecated v3 checkout runner in milestone check (#2754) Move milestone-check.json to the right place --- .github/{ => configs}/milestone-check.json | 0 .github/workflows/milestone-checker.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{ => configs}/milestone-check.json (100%) diff --git a/.github/milestone-check.json b/.github/configs/milestone-check.json similarity index 100% rename from .github/milestone-check.json rename to .github/configs/milestone-check.json diff --git a/.github/workflows/milestone-checker.yml b/.github/workflows/milestone-checker.yml index 989b7c3484..d0a17f04dd 100644 --- a/.github/workflows/milestone-checker.yml +++ b/.github/workflows/milestone-checker.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: "grafana/grafana-github-actions" path: ./actions