From 5daf42835f2426e8b56dcedfae07cf6f7aabd3b3 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 17 Apr 2023 23:26:12 -0500 Subject: [PATCH] Tidy up comment so Dependabot can update it --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5e32b6c..2932663 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -46,7 +46,7 @@ jobs: fi # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 + - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist