From 47886770fdcb86580b527d134e2d150275743532 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 31 Aug 2025 20:37:38 -0400 Subject: [PATCH] Update check-for-actions-updates.yml --- .github/workflows/check-for-actions-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-actions-updates.yml b/.github/workflows/check-for-actions-updates.yml index e5b48925..786ad4b7 100644 --- a/.github/workflows/check-for-actions-updates.yml +++ b/.github/workflows/check-for-actions-updates.yml @@ -15,7 +15,7 @@ jobs: - name: Run actions-up env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npx actions-up + run: npx actions-up --yes - name: Create Pull Request uses: peter-evans/create-pull-request@v6 # Use the action