diff --git a/action.yml b/action.yml index 933e341..76d8098 100644 --- a/action.yml +++ b/action.yml @@ -98,7 +98,7 @@ runs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "${{ github.workflow }}" shell: bash - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '22' - name: Cache Copilot CLI