From 9442278b74f40a6bc5cebf63c180da1ec03b337c Mon Sep 17 00:00:00 2001 From: Tyler Dixon Date: Thu, 27 Mar 2025 18:03:04 +0000 Subject: [PATCH] Moving licensed cache to a separate run step --- .github/workflows/post-dependabot.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index 7c514c9..5ff5855 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -20,10 +20,7 @@ jobs: curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.6.0/licensed-3.6.0-linux-x64.tar.gz sudo tar -xzf licensed.tar.gz sudo mv licensed /usr/local/bin/licensed - licensed cache - - - name: Install dependencies - run: npm ci + - run: licensed cache - name: Rebuild the dist/ directory run: |