From 4631fe254a93eb7b82501f01992cb73d03a86e5b Mon Sep 17 00:00:00 2001 From: Mike Hill Date: Tue, 11 Oct 2022 21:22:59 -0500 Subject: [PATCH] Update verify-plugin.yml --- .github/workflows/verify-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-plugin.yml b/.github/workflows/verify-plugin.yml index eaf0855..d130606 100644 --- a/.github/workflows/verify-plugin.yml +++ b/.github/workflows/verify-plugin.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@3.1.0 + uses: actions/checkout@v3.1.0 - name: Setup Java uses: actions/setup-java@v3.5.1 with: