From 324f764c2b4ed847d7a25e7bf2458589e57d6872 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 17 Apr 2023 23:27:04 -0500 Subject: [PATCH] Unpin actions usage since we trust our own org --- .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 2932663..62056d7 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 # v3.1.2 + - uses: actions/upload-artifact@v3 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist