From 2730eb8d8c8671d5daf47ec5e298f5d5a8906e36 Mon Sep 17 00:00:00 2001 From: Douglas Senalik Date: Wed, 17 Jun 2026 11:56:39 -0500 Subject: [PATCH] node.js 20 actions are deprecated --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c925312..690cceb 100644 --- a/action.yml +++ b/action.yml @@ -75,7 +75,7 @@ runs: using: 'composite' steps: - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' @@ -174,4 +174,4 @@ runs: echo "- Semantic version tags (e.g., \`v1.0.0\`, \`1.0\`, \`1\`)" >> $GITHUB_STEP_SUMMARY if [ -n "${{ inputs.protected-tags }}" ]; then echo "- Custom protected: \`${{ inputs.protected-tags }}\`" >> $GITHUB_STEP_SUMMARY - fi \ No newline at end of file + fi