Use non-deprecated v3 checkout runner in milestone check (#2754)

Move milestone-check.json to the right place
pull/2758/head
Jeff Mitchell 3 years ago committed by GitHub
parent 098248be18
commit 9001642099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save